git

ファイルへの変更の取り消し

git

Git - 作業のやり直し ファイルへの変更の取り消しbenchmarks.rb に加えた変更が、実は不要なものだったとしたらどうしますか? 変更を取り消す (直近のコミット時点の状態、あるいは最初にクローンしたり最初に作業ディレクトリに取得したときの状態に戻す) …

How to tag in git

git

git push origin tag-name $ git tag -l 2.11 $ git push --tags --repo="git@bitbucket.org:our_repo/webrequest.git" site / master / issues / #3468 - BitBucket does not show tags in git repository — Bitbucket

Git for Windows でレポジトリー上の CR LF を LF に変換する手順

git

git で add をすると以下のWarning がでた。 git warning: LF will be replaced by CRLF in 以下の情報が解決に役立った。Git for Windows でレポジトリー上の CR LF を LF に変換する手順 - てっく煮ブログ

チュートリアル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