Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git 命令学习

增加 README.md 文件。

~ $ git clone [email protected]:ychda/git-test.git

git diff

git diff HEAD

git status

new branch fix-B


修改提交信息

git commit --amend


psvm.j

$ git rebase -i HEAD~1

The last branch:

git checkout -


git checkout -b new-branch

OR

git branch new-branch

git checkout new-branch


git push --set-upstream origin feature-A

git log --graph

``

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages