All Questions
1 question
0
votes
2
answers
146
views
Is it possible to end in git detached head from pull, push, fetch or rebase?
I have a python server application that handles a git repository. It creates commits and switches branches to apply changes locally and then pushes them to the remote repo.
For some reason, users that ...