latest 20 messages by aollier

+ [8 years ago] aollier mendi: Sorry I don't know.
+ [8 years ago] aollier Then you'll get what you want.
+ [8 years ago] aollier cd my_repository
+ [8 years ago] aollier git init my_repository
+ [8 years ago] aollier You only can have this on a new repository.
+ [8 years ago] aollier What do you want to do at the end ?
+ [8 years ago] aollier No, deleting the files won't change anything about which commit you are on.
+ [8 years ago] aollier In fact, on an empty repository, you will be on 'master' but 'master' doesn't exist yet.
+ [8 years ago] aollier It is only with a new repository that you are attached to nothing.
+ [8 years ago] aollier You can't be attached on nothing when you have already some commits.
+ [8 years ago] aollier Now you are not considered being on a branch.
+ [8 years ago] aollier Then you are not on the branch but on <commit>.
+ [8 years ago] aollier git checkout --detach <commit>
+ [8 years ago] aollier I finally don't understand your situation : are you or are not you on a branch ?
+ [8 years ago] aollier In your computer or your Github account ?