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 ... 2021.04.02 programming
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... 2021.02.20 programming
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... 2020.09.28 programming
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... 2020.03.14 programming