2014-04-23から1日間の記事一覧

チュートリアル1 ブランチを使ってみよう! 6. マージでの衝突を解決する

git

サルでもわかるGit入門〜バージョン管理を使いこなそう〜【プロジェクト管理ツールBacklog】

15. Cancel Staged changes (before committing)

git

http://githowto.com/undoing_staged_changes

WindowsやMacなど様々なOSからGitを使うときの改行コードの扱い

git

http://tech-tec.com/archives/107http://tech-tec.com/archives/107 結論を先に今回は込み入った説明にもなるので先に結論を言ってしまいます。 Windowsではgit config –global core.autocrlf true MacやLinuxではgit config –global core.autocrlf inputと…

Lists all the files being tracked by your git repo.

git

lists all the files being tracked by your git repo. git ls-tree --full-tree -r HEAD