Skip to content

littleblackc/study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

study

--1.clone code
git clone http://github.com/littleblackc/study.git
--2.check branch
git branch
git branch -a
--3.create branch
git branch name
--4.go one branch
GIT checkout
--5.create branch and go one branch eq 3 and 4
git checkout -b name
--6.add new file
git add file
--7.commit
git commit -m "comments"
--8.merge branch
git merge branch name
eg. merge dev code to maaster. get merge dev
--9.check status
git status
--10.check different
git diff --11.test git remote -v --12.update local code from remote git pull origin dev ----from branch dev git pull origin master ---from branch master --13.return previos version git checkout -- file --14.generate ssh (1)check exist ssh ~/.ssh (2)generate the key ssh-keygen -t rsa -C "[email protected]" (3)add the key id_rsa.pub --15.change url(from https to ssh) git remote origin [email protected]:littleblackc/study.git --16.merge git merge --no-off -m "comments" branch --17.check log git log --graph --pretty=oneline --abbrev-commit 18.fixed bug
(1)git stash
(2)git stash apply + git stash drop =git stash pop (3)git stash list 19.boris add 20.tom add

Merge Code 1.checkout local branch git branch 2.checkout remote branch git branch -a 3.update code from branch git pull origin dev --- update remote dev code 4.swith branch git checkout master -- swith to local branch master 5.update remote master code git pull origin master 6.merge dev code to master git merge dev 7.pull code to remote git push origin master

Download Code 1.init git git remote add upstream https://github.com/... 2.git remote content git fetch upstream/master

NPM Install

npm install -g gulp --registry=https://registry.npm.taobao.org

sources.list

http://blog.163.com/ke_nux/blog/static/202700005201257104946458/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages