Git Command Line
Git Workflow from the Command Line
Setup
git --versionsudo yum install git sudo yum update gitsudo apt-get install git sudo apt-get update git/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install git brew upgrade git
git config --global user.name "your_username" git config --global user.email "[email protected]"git clone [email protected]:ex-cl/user-documentation.git
Checkout
Edit
Add
Commit
Push
Merge
Related Tutorials
Last updated
Was this helpful?