LoginSignup
1
1

More than 5 years have passed since last update.

Git

Last updated at Posted at 2014-10-05

Rename branch
git branch -m <oldname> <newname>
or Rename a current branch
git branch -m <newname>

Edit Commit
git commit --amend
git commit --amend -m "New commit message"

Chech out Comit From the other branch
git cherry-pick some-commit

1
1
0

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
1
1