python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Suggestions for moving from Gitflow to Trunk-based dev
We currently support two branching strategies; gitflow and trunk-based dev. My company started using what I'd call a hybrid (read not correctly IMO) gitflow model, but the direction of the company is...
sleon
Votes: 0
Answers: 1
CVS change revision of file to a newer one
simple question. I got a file xy.c that has a repository revision 1.1. Its on a branch. In head there is a newer version with version 1.4 . Now i want the file xy.c point to version 1.4.
I already tri...
Apohero
Votes: 0
Answers: 1
How to free up space in the .git folder?
So I'm doing a project in Unity and I was curious why my project size is so large (200Gb), then I realized there is a hidden .git folder which size is 80Gb. Someone told me to compress my database, th...
matmalm
Votes: 0
Answers: 2
Disable Visual Studio automatically syncing commits (pulling)
I am still pretty new to Git & repositories and currently hitting a wall with trying to configure Visual Studio Source Control.
My problem is that whenever someone pushes a commit to the master (o...
Martin
Votes: 0
Answers: 1