Skip to content
Snippets Groups Projects

a directory for everyone brave enough to linux

Merged Henrik Jochum requested to merge patch-1 into master
6 unresolved threads
2 files
+ 25
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,4 +11,6 @@ Trying out forking
Don't forget the newline! Try number 2
So branching inside the GitLab interface is pretty intuitive, but I'm still struggling with using GitBash effectively for this.
So branching inside the GitLab interface is pretty intuitive, but I'm still struggling with using GitBash effectively for this.
So I'm not exactly solving my problem at the moment, but I've been able to install git-plus to atom, so I can checkout differnet branches!
    • did not know Atom doesn't support branching...please discuss in class on Tuesday @henrik.jochum , I'm sure others will want to know about this...

      • Well it's not that Atom doesn't support branching. It does support branching, but I think it doesn't directly add all branches if you clone the repository. So you have to add them specifically, I think. I'll look into that for Tuesday.

      • From quick google, it does seem that Atom is lacking good support for fetching all remote branches. Note on command line there's simply:

        git fetch --all
        git pull --all

        Command line FTW

      • Please register or sign in to reply
Please register or sign in to reply
Loading