Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

new git

echo "# iT-Support" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/amanj8sdiq/iT-Support.git
git push -u origin main
Comment

git create

echo "# contact_workshop" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/WinWinMaw4/contact_workshop.git
git push -u origin main



//Config User with Cli
$ git config --global user.name ”yourgitusername”
$ git config --global user.email ”youremail@gmail.com"
Comment

create git

echo "# projectcourse5" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/MaartensInformatica/projectcourse5.git
git push -u origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: how to push to git hub 
Shell :: alertmanager reload config 
Shell :: linux shard a file into smaller files 
Shell :: push exsisting repo 
Shell :: create a doxygen config file 
Shell :: -----Mg: *scratch* (fundamental)----All-------------------------------------------------------------------------------- 
Shell :: how to clone a branch github 
Shell :: extract tar gz 
Shell :: bash how to print the list of files in a directory 
Shell :: path to flutter linux 
Shell :: c# dotnet install Microsoft.Office.Interop.Excel 
Shell :: push local branch changes to remote branch 
Shell :: deploy github actions with firebase 
Shell :: how to install drawing in ubuntu 
Shell :: install heroku cli for linux 
Shell :: how to find the which linux am i using through terminal 
Shell :: how to install bwa in ubuntu 
Shell :: squash commits git 
Shell :: [from -y ] is not understood in combination with the other options 
Shell :: open cmd in current directory 
Shell :: boolean in shell script 
Shell :: CocoaPods not installed or not in valid state. 
Shell :: pip upgrade version 
Shell :: gem install to a different directory linux 
Shell :: git format-patch 
Shell :: installing whatsapp 
Shell :: how to create a github account 
Shell :: git delete all remote branch except master 
Shell :: how to change webmin password from command line 
Shell :: git add ssh key 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =