Please enable JavaScript.
Coggle requires JavaScript to display documents.
GIT (local) - Coggle Diagram
GIT (local)
Essential commands
status
lists files that will be committed
log
version history for the current branch
git commit -m "initial commit"
commits any files you’ve added
git add a file
a file to the staging area
push
pull (from remote)
UI's
Git Bash
Win Command Prompt
Win Powershell
pushes commit to remote
GitHub
(remote)
repositories
branches
master
other branch (testing)