-
Notifications
You must be signed in to change notification settings - Fork 0
salmongit/learngit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
add my content append GPL Git is a distributed version control system. Git is free software distributed under the GPL. git add filename git commit -m "comment" git status git diff filename git log --pretty=oneline git reset git reset --hard HEAD^ git checkout -- readme.txt git rest HEAD filename git push origin master Creating a new branch is quick. git branch branchname git checkout branchname git checkout -b dev Creating a new branch is quick & simple. master Creating a new branch is quick & simple. master master feature1 branch git checkout -b dev origin/dev git branch --set-upstream dev origin/dev [email protected]:weixin-sell/sell.git
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published