Search
Last updated
Jul 9, 2023
Edit Source
# Git Commands
#git #source-control
Any
Git commands that I might need
1
2
3
4
5
6
7
8
9
10
|
git config user.email "shrestharajat@hotmail.com"
git config user.name "shrestharajat"
git rebase -r --root --exec "git commit --amend --no-edit --reset-author"
git push origin *:*
git commit --allow-empty -m "stash"
|