git

gitignore

git

ignore file which is already registered. http://nooopes.blogspot.tw/2011/10/gitignore.html

Git rest

git

http://d.hatena.ne.jp/mrgoofy33/20100910/1284069468git reset --hardgit reset --soft

The difference between git fetch and pull

git

fetch is just to get repository git fetch <repository> <refspec>pull = fetch and merge git pull ref http://transitive.info/article/git/command/fetch/</refspec></repository>

git

git

git delete branch http://sessan.hatenablog.com/entry/2012/11/28/103741 リモートのブランチを取得http://wadslab.net/2009/10/git%E3%81%A7%E3%83%AA%E3%83%A2%E3%83%BC%E3%83%88%E3%81%AE%E3%83%AA%E3%83%9D%E3%82%B8%E3%83%88%E3%83%AA%E3%81%8B%E3%82…

git

git

tutorial http://k.swd.cc/learnGitBranching-ja/ touch README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/giwa/server.git git push -u origin master refhttp://holypp.hatenablog.com/entry…