git config --global user.name "Eu"
git config --global user.email "[email protected]"
git config --global core.editos "vim"
Working Dir --(git add)-> Index --(git commit)-> Head
git log
--oneline
--author="<pessoa>"
git fetch
- Update local metadata, don't pull data.
CAN SYNC REMOTE REPOSITORY AFTER CREATION
git push origin --delete <branch>
- delete branch on remote
git pull
- Retrieve changes from remote repository
git push origin --delete <branch>
Untracked files Working Area Stagin Area Local Repo Remote/Upstream Repo