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
-
devRat39748y@aplp I never looked back since git. I don't have to take backups of the files manually anymore.
-
hell169538y@aplp you don't have to push after every commit and it's a breeze working on a team with it :)
-
tahnik389908y@aplp It is very helpful even for small codes. When I was building my website I accidentally removed some js code that I got back from Git. Also, the commit messages are very helpful when you're looking back at your code months later.
-
To be honest, why you did is still better than CVS. Dear god CVS is awful; only s couple of months after I came to the company, a coworker and I convinced management to switch to Git and everyone's been happy ever since.
-
kshep9232708yI use git but I'm very basic at it. Let's put it this way, I pity the soul who ends up having to share a repo with me. I mainly use it for work continuity when switching machines.
-
Even if you don't want to commit and push all the time, git is already worth it because of tags. With a single command, you take a compressed snapshot of your code base for archiving.
-
vince878y@aplp like @azous said, git is designed to help you keep track of changes both remotely AND locally. Often I write a piece of code, confirm it works, commit it locally. Repeat this until a feature is complete, THEN push it up. There's no need to push up often unless you think your computer is about to die or get stolen.
Related Rants
Telling people I don't need GIT and prefer to do things via FTP for years. That is till today when I accidentally deleted everything.
sudo apt-get install git
undefined
git
ftp
stupid