+ [2019-07-19T15:04:06Z] RoseBus i want to deploy my app and i want to use github to do it but there's sensitive info in my project that i dont want to just throw out to the wolves
+ [2019-07-19T15:20:58Z] JayDoubleu RoseBus: it says in the settings if it's private or public
+ [2019-07-19T15:21:11Z] RoseBus JayDoubleu, thx
+ [2019-07-19T15:21:39Z] JayDoubleu Also you can just copy link to repo and paste it in Incognito mode in the browser. If you can see your content then it's public
+ [2019-07-19T15:40:04Z] Sven_vB hi! I'm not sure whether it's my eyes, or does GH fail to syntax-highlight the shell script in the latest comment? https://github.com/atom/language-shellscript/issues/100

message no. 174233

Posted by RoseBus in #github at 2019-07-19T15:21:11Z

JayDoubleu, thx
+ [2019-07-20T21:06:45Z] diverdude I have made major restructuring of my code, so lots of files moved/deleted/added. Can I just do git add . and then the .git info is fully up to date on deleted/moved files?
+ [2019-07-22T02:32:29Z] CarlFK https://github.com/litex-hub/litex-conda/issues/6 says " mithro added a commit to mithro/conda-hdmi2usb-packages that referenced this issue on Apr 15 "
+ [2019-07-22T02:32:37Z] CarlFK but I can't find where it is referenced
+ [2019-07-22T07:17:00Z] alkisg 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-22T07:17:00Z] alkisg Was there any better way to "transfer my working tree from pc1 to pc2"?