Mit „git“ getaggte Nachrichten
-
"Initially, a lot of developers were skeptical about #Mercurial and preferred #Git," Szorc said. "Now, apparently a number of their developers have forgot how to use Git." https://www.theregister.com/2016/10/18/facebook_mercurial_devs_forget_git/
-
"Why is #Git so awful?" See 10 things I hate about Git for 1000 answers: https://stevebennett.me/2012/02/24/10-things-i-hate-about-git
Tuesday, 06-Oct-20 05:41:00 UTC von web -
It works! Neato!Just git config bash.showDirtyState false in any git repo that has a huge number of files checked out, and your git PS1 will always be snappy.I wish I had invested these five minutes months ago! But…
-
♻️ follow @Codeberg.org
mastodon.online/@FediFollows/1…♲ @FediFollows@mastodon.online: Codeberg.org is a non-profit privacy-friendly collaboration and git hosting service for free open source projects:
@codeberg
Website is at codeberg.org/
#developers #floss #foss #git #software -
#Git users discuss renaming the default branch from "master" to "main" or "principal" or similar. #Mercurial users stay with "default". https://dev.to/damcosset/replacing-master-in-git-2jim
Monday, 15-Jun-20 21:38:02 UTC von web -
The golden rule of rebasing ( https://www.atlassian.com/git/tutorials/merging-vs-rebasing#the-golden-rule-of-rebasing ) is a symptom of deficiencies in #Git that are resolved in #Mercurial with the evolve extension: https://blog.disy.net/hg-evolution/
Friday, 13-Mar-20 10:02:06 UTC von web -
git question: Is there a way to turn off the terminal "animations" using the escape sequences etc in the git command line program? They don't play well with emacs eshell. I guess the real answer is to not use those command line p…
-
git question: Is there a way to turn off the terminal "animations" using the escape sequences etc in the git command line program? They don't play well with emacs eshell. I guess the real answer is to not use those command line p…
-
hmm, why is the new protocol for #git announced on a #google website?
https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html
is git now a google project or what? slightly worrying...
-
hmm, why is the new protocol for #git announced on a #google website?
https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html
is git now a google project or what? slightly worrying...
-
Discovered a "new" feature that was introduced into #git 1.6.5, 8 years ago. https://git-scm.com/docs/git-replace It's like grafts, except it's more generic and it can be transmitted between repos! Instead of a line <commitid> [<fakep…
-
Anyone know if #gitlab has a feature like this: https://help.github.com/articles/about-automation-for-issues-and-pull-requests-with-query-parameters/ Use-case: Automatically generate "report this bug!" URLs for users when a program c…
-
Anyone know if #gitlab has a feature like this: https://help.github.com/articles/about-automation-for-issues-and-pull-requests-with-query-parameters/ Use-case: Automatically generate "report this bug!" URLs for users when a program c…
-
One billion laughs für #git
Exploding Git Repositories https://kate.io/blog/git-bomb/ -
One billion laughs für #git
Exploding Git Repositories https://kate.io/blog/git-bomb/ -
I would be very happy to find some way to do --shallow without destroying existing commit relations.
That's not a metaphor for anything. I'm talking about #git. -
#git fetch needs a --depth-you-know-except-if-i-already-have-them parameter. --depth-no-shorten perhaps. Or --max-new-depth / --max-new-commits .
No, --deepen is not it.