"#" - comentário no .gitignore
git remote add origin
git remote -v
git remote set-url origin
git commit --amend git push origin master -f
git commit --amend -m ""
git rebase -i HEAD~1 git commit --amend git rebase --continue git push origin master -f
git commit --amend --author "Novo nome [email protected]
git filter-branch -f --commit-filter "if [ "$GIT_AUTHOR_EMAIL"="[email protected]" ]; then export GIT_COMMITTER_NAME="camilaibs"; export GIT_COMMITTER_EMAIL="[email protected]"; export GIT_AUTHOR_NAME="camilaibs"; export GIT_AUTHOR_EMAIL="[email protected]"; fi; git commit-tree "$@""
git branch -m
git push origin :restaurant_chain (remota) git branch -D restaurant_chain (local)