LoginSignup
3

More than 5 years have passed since last update.

Git/GitHubの逆引きTipsリンク集

Last updated at Posted at 2015-04-27

git/githubで○○したい、な時の逆引き用リンク(自分用)

ディレクトリ名を変更したい

Gitでファイル名&ディレクトリ名の大文字/小文字を変更方法
http://qiita.com/narumi888/items/95b5a050cd3d20dab81c

コミット先のブランチを間違えた

Gitでブランチを作るのを忘れてmasterにコミットしてしまったときの対処法
http://qiita.com/atskimura/items/a90dfa8bfc72e3657ef9

ブランチ名を間違えた

Git でブランチ名を変更する
http://easyramble.com/modify-git-branch-name.html

プルリクエストを取得する

github の pull req ブランチを手元に持ってくる方法
http://qiita.com/sonots/items/16df445132e704198e3e

EC-CUBEのPRを取得するばあい
git fetch upstream  '+refs/pull/*:refs/remotes/pull/*'
git checkout pull/764/head

ブランチを間違って消してしまった

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3