23
hell
8y

Introduced git in work about 5 months ago, explained to my coworkers how it works, shared links to tutorials, git pro book and everything imaginable.

Almost every day I learn something new ... they keep struggling to checkout a branch or resolve some simple conflict...

I'm just tired of explaining things...

Now I just go and fix every thing and learn a lot :)

Comments
  • 1
  • 2
    Were they using any source control before?
  • 0
    svn but on a really early stage yet, the previous guy did some configuration with svn but it never really worked well... something like one month into svn
  • 3
    I introduced Git to my work when my group was formed. The software guys that were there used Microsoft visual source safe and refused to move to Git.

    Then again they also think I can use an 8 bit PIC for automotive safety vision algorithms...
  • 2
    @killdashnine I fell your pain :/
  • 0
    @azous sorry to ask you this but could you give me some pointers on github? Ill explain:
    I have the source files on my computer, on the right folder to be used by the server app. I want to edit those files with my colleague but I dont really want him to have direct access to my files, but at the same time allow him to stay updated on the full project with both our edits. any way to do this? if you want point me to a webpage with a tutorial or whatever, I failed to find anything useful :(
  • 3
    @joaonunes sure, I was allways noobing arround with git then I decided to learn for real.

    Great book to learn git.
    https://git-scm.com/book/en/v2

    Atlasian's git tutorials where exceptional on giving me a clear explanation on the big picture

    https://www.atlassian.com/git/

    Hope these help you like they helped me.
    Ps: you don't need github to work with git.

    Boa sorte ;)
  • 0
    @azous awhhh thanks :)
Add Comment