Tagged Questions
4
votes
2answers
262 views
what does “Auto packing the repository for optimum performance mean”?
I'm having a problem with my git repo. For the last couple of days whenever i do a push to the server I get this "Auto packing the repository for optimum performance." message and it does not seem to ...
3
votes
1answer
45 views
Git: What is the fastest way to merge a working branch to master?
Suppose I was on master branch and created a new branch:
git checkout -b feature_branch
I started to work on feature_branch, and at some point I would like to merge my changes to master using ...
0
votes
1answer
109 views
Rebase-push cycles for git branches
I'm currently using a github repository with a single branch, based of a master branch of another repository. The github branch is a backup of my work, and definitely not meant for pulling, and as ...