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
-
Then show him the commits, it's called version control for a reason. Don't blame a junior for not understanding it right away
-
When I teach people on how to use git I set up a separate repo where we can mess around a bit...
So first things first I teach them how to push/pull/commit/branch etc. and last thing we do is overwriting each other's commits before I ask them to fix the merging issues. That usually helps because if you've ever had to manually merge from two different versions I guarantee you won't do it twice! -
stacked26797yHow did an intern with zero git experience get write access to a repo on the first day?
-
Or create a new branch just for that developer (not a good approach as prvious that I mentioned)
Related Rants
Spent two hours explaining to an intern the basics of version control and why you must always commit and pull before you push. He claims he understood how it worked. I come back the next day only to see my code was overwritten because he pushed and never pulled.. I get yelled at by my boss because he can't see the changes I made and assumes I was slacking off the previous day :/
rant
git
wk99
version control
interns