Git

programming

Migrate the code you are editing to another branch when you accidentally start implementing it on master.

The one I do quite a bit. There are people who start implementing the one that has been clone as it is and realize that ...
programming

I want to change Git's commit message later

I check every time I commit without hitting a message by mistake, so I output it to remember it soon. Change the previou...
programming

【Git】How to remove branches and tags

How to remove a local branch, remote branch, or tag. I forget how to do it every time, so I output it. Pull remote branc...
programming

【.gitignore】How to specify a path, what to do if it does not reflect, etc.

This article is a personal note related to .gitignore. Specify path # ignore .txt hoge message hoge.txt # Ignore hoge di...
タイトルとURLをコピーしました