About 62 results
https://marko.tech/journal/moving-to-github-from-bitbucket · 1 Dec 2022
A quick set of commands to safely move your Bitbucket repo to Github all while keeping history and everything.
https://blog.nove-b.dev/posts/git-command-push-changed-files · 22 Oct 2022
最短プッシュ でステージングにあげる。 でコミットをする。 で現在のブランチにPushできる。
https://rednafi.com/misc/when-to-use-git-pull-rebase/ · 14 Jul 2022
Fix divergent branch errors with git pull --rebase. Learn when to rebase local commits on top of remote changes for cleaner Git history.
https://codeklets.nl/episodes/378 · 11 Jul 2022
In deze aflevering nemen de hosts allemaal een onderwerp mee die we gaan bespreken
https://rednafi.com/misc/distil-git-logs-attached-to-a-file/ · 21 Jun 2022
View git commit history for a single file with git log --follow. Learn to track multiple files with xargs and concatenate their commit logs.
https://heaths.dev/tips/2022/06/18/reduce-fetch-and-checkout-times-in-git.html · 18 Jun 2022
Some repos can be huge, like Azure/azure-sdk-for-net (at the time this was written) due to a number of factors, like history, old binaries, or other large files. A repo could also have a relatively small history but a huge amount of files that take a very ...
https://rednafi.com/misc/write-git-commit-messages-properly/ · 11 Nov 2021
Master Git commit message conventions: imperative mood, 50-character subject, proper capitalization. Build coherent project history with consistent formatting.
https://hacdias.com/2021/10/17/yubikey-setup/ · 17 Oct 2021
YubiKeys are hardware authentication devices that can be used with many applications, such as GPG, SSH and for 2 factor authentication. I have owned quite a few over the past years and recently I decided to upgrade them to the NFC version so I can use them...
https://heaths.dev/tips/2021/08/31/git-sync-any-branch.html · 31 Aug 2021
Sometime ago I blogged about git sync, an alias I created to concisely pull the upstream repo’s main branch, push that branch to my origin fork, and fetch origin branches to determine which branches have been deleted - likely from merged pull requests. A...
https://www.coryd.dev/posts/2021/a-brief-intro-to-git · 7 Jun 2021
As a developer, a version control system is a critical part of your toolkit, no matter the size of the project or team you may find yourself working on.