-
git init
-
git add filed
-
git commit -m "your comment"
-
git status
-
sxxxxxxxxxx
-
git config --global user.name "Your Name"
-
git config --global user.email youremail@example.com
-
sxxxxxxxxxx git commit --amend --authdsdsor="yourname<[email protected]>" -m "your comment"
-
git reset --hard commit_id
-
git reflog
-
git checkout -- file
-
git reset HEAD file ``dsd
-
git rm file
-
git commit -m "Your comment"
-
git remote add origin Your Remote Repository
-
git push -u origin master
-
git clone Your Remote Repository
-
git checkout -b Your Branch - git branch Your Branch - git checkout Your Branch
-
git merge Your Branchdd
-
git checkout -d Your Branchdss
-
git branch -a
-
git push origin --delete Your Branch Name
☯️