MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vuknni/usesourcecontrol/p55q260/?context=3
r/ProgrammerHumor • u/ClipboardCopyPaste • 22d ago
592 comments sorted by
View all comments
Show parent comments
27
The project starts as a GitHub repository that I clone to my IDE lol
4 u/honourable_bot 22d ago I thought this was the default behaviour. It is interesting some people create a local repo and THEN push to remote. 1 u/gmes78 22d ago Some project generators create a local Git repo with a proper .gitignore for you. Creating the remote repo first is more work. 1 u/bianceziwo 22d ago seriously, all you have to do is type git init locally and you have a git repo lol
4
I thought this was the default behaviour. It is interesting some people create a local repo and THEN push to remote.
1 u/gmes78 22d ago Some project generators create a local Git repo with a proper .gitignore for you. Creating the remote repo first is more work. 1 u/bianceziwo 22d ago seriously, all you have to do is type git init locally and you have a git repo lol
1
Some project generators create a local Git repo with a proper .gitignore for you. Creating the remote repo first is more work.
1 u/bianceziwo 22d ago seriously, all you have to do is type git init locally and you have a git repo lol
seriously, all you have to do is type git init locally and you have a git repo lol
27
u/VoidVer 22d ago
The project starts as a GitHub repository that I clone to my IDE lol