DEV Community

Discussion on: How you can go wrong with git

Collapse
 
coderaider profile image
Jorge • Edited

Nice article!

Another wrong way with Git is changing time on your development environment, trying to simulate with another project and forgot to return it. So, the commit was made 2 weeks ahead...on master. That was a bad day.
Remember kids, check your server time before to make a commit and push if you're playing with it.

Collapse
 
adityasridhar profile image
Aditya Sridhar

Thanks. Yes, changing the time in your dev environment can create issues :D.