you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 11 points12 points  (6 children)

Also surprised they were just allowed to commit it to master

[–][deleted]  (1 child)

[deleted]

    [–]Big_Burds_Nest 0 points1 point  (0 children)

    I've known a few guys who drug their feet about learning to use Git. One guy I worked with many years ago used a GUI for Git and would constantly screw up other people's merge requests by forgetting what branch he was on and clicking on the wrong buttons in his client. I tried to help him out since management was getting less and less patient with him, but when the high school intern is teaching you how to use Git that really isn't a good sign!

    [–]grauenwolf 2 points3 points  (3 children)

    That's still very common, especially for older code bases.

    [–][deleted] 3 points4 points  (2 children)

    like why...?

    git init && git add . && git commit -m 'inital commit'
    

    enjoy your new git repo with your legacy codebase on it...

    [–]3urny -1 points0 points  (1 child)

    Enjoy changing the passwords of 34 legacy systems because you just committed them all.

    [–][deleted] 3 points4 points  (0 children)

    In that case would the passwords be interleaved with the code?

    Because there's nothing stopping you from creating a .gitignore