Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I wish I did sometimes... might make me actually save it.
Granted in VS code I can make a workspace sync on commit... I've done that for some. -
Sometimes I even don't git init until the full project is working. Guess I like living in the edge 🙈
-
neeno31464yNope, I feel the same. I need to push code to a remote repo, otherwise I feel sort of uneasy.
-
Nope. It's a good habit. Your computer will, at some point in time, fail horribly at a very inconvenient moment.
-
@yamlbreakfast I have anxiety for myself and for you too now! Aaaaah. Git push all the things!
Taken from the "hub" documentation... it's never been easier !
# create a repo to host a new project on GitHub
git init
git add .
git commit -m "And so, it begins."
hub create
→ (creates a new GitHub repository with the name of the current directory)
git push -u origin HEAD -
@devphobe actually... that commit message instead of "First commit" encourages me to git init first!
You have changed a person today sir!
Gonna start initializing my repos with that super cool message! 👌
Related Rants
-
Velvaretta8I gor a problem with my gf, and she asked for space, then i got a new problem in my workplace, i want to kill ...
-
uuid17My anxiety is kicking in again. I want to build something meaningful outside of work but my mind is blank, I ...
-
UltimateZero2>first day on the job (first ever) >received job interview email from another company literally the moment I e...
i get a lot of anxiety if i didn't push my code or save somewhere remote, especially if i make a lot of changes
is it just me?
rant
anxiety