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
Compare and Show latest version
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -43,8 +43,12 @@ So I found another big thing: hidden files. I had to debug an Atom package and a
(This link is basically what I noticed)[https://stackoverflow.com/questions/67699/how-to-clone-all-remote-branches-in-git#72156]
### Notes for myelf
`git branch -a`
`git clone` only clones the master!
What are the usage rights for other branches? Can I access 12-project-ideas-maryam from my machine? I think not, as I checked it out, but I can't edit it.
\ No newline at end of file
What are the usage rights for other branches? Can I access 12-project-ideas-maryam from my machine? I think not, as I checked it out, but I can't edit it.
Create branch from remote branch! Ok, so there's difference between "branch" and remote "branch". If someone wants to edit an existing branch from a project, they first need to add a remote branch from the origin branch. That's what confused me. So `clone` only adds the master to the local machine and not the branched, which have to be added separately.
\ No newline at end of file
Loading