Skip to content
Snippets Groups Projects

a directory for everyone brave enough to linux

Merged Henrik Jochum requested to merge patch-1 into master
Compare and Show latest version
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -47,7 +47,9 @@ You do this by looking for an option in the editor of your choice called `Create
Basically that's it. Like the link above says, `git clone` is supposed to do that (it's not a bug, it's a feature!). In my opinion not really self-explanatory, so it might result in some confusion.
Small edit: So I found out how it works in Sublime, but still struggling to repeat the same in Atom.
Small edit: So I found out how it works in Sublime (both on Linux and Windows), but still struggling to repeat the same in Atom. I'm able to pull all the branches and checkout the branch I want in GitBash, but then getting the branch into Atom appears to be diffult.
Small edit-edit: Okay, I think I figured out how it works in Atom. So after doing what I described in the previous paragraph, one has to go to the braching selection, go to `New Branch`, type in the same name of the branch and then fetch said branch with Right-click and fetch. I'm not sure if this is the intended way, but it works. To be honest, doing it in Sublime was much more intuitive.
### Updates (23.3.20)
Loading