+ [5 years ago] 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
+ [5 years ago] JayDoubleu RoseBus: it says in the settings if it's private or public
+ [5 years ago] RoseBus JayDoubleu, thx
+ [5 years ago] 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
+ [5 years ago] 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. 174234

Posted by JayDoubleu in #github at 2019-07-19T15:21:39Z

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
+ [5 years ago] 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?
+ [5 years ago] 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 "
+ [5 years ago] CarlFK but I can't find where it is referenced
+ [5 years ago] 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
+ [5 years ago] alkisg Was there any better way to "transfer my working tree from pc1 to pc2"?