message no. 174239
Posted by alkisg in #github at 2019-07-22T07:17:00Z
Hi, I needed to transfer my working tree into another computer, so I ran `git commit -am "temporary commit"`, then `git push` on pc1 and `git pull` on pc2, and later on when I was ready, I rewrote history with `git reset HEAD^; git commit; git push --force` to erase that temporary commit