+ [2019-07-22T16:32:09Z] RoseBus hello, how long does it take a commit to reflect on my github repo?
+ [2019-07-22T16:32:59Z] spaceone 0 seconds, you probably have to push
+ [2019-07-22T16:34:12Z] RoseBus that worked

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
+ [2019-07-23T14:49:07Z] RhinosF1 git.io slow or just me?
+ [2019-07-23T17:54:59Z] shrek Years ago, my respository was called A. I renamed it B and Github handled the redirection nicely. If I call it C today, will A also redirect to C, or does it only remember one step back?
+ [2019-07-23T18:15:35Z] shrek Answer: yes. A redirects to C.