If you have multiple account with Gitlab or Github you will find that you can’t use teh same ssh key for both accounts.
The nicest way I have found of configuring this is by putting the different projects in a subfolder - and then using a gitconfig conditional include
Read more ...Have you ever been involved in a project that has been running for months and now every time you have a discussion people say “we have done this already” ?
The problem is often that the discussions have not been documented - and the meetings need to be repeated.
So what are the best tools and processes to escape the meeting cycle and deliver quality?
Read more ...I wanted to borrow a commit from another branch
git cherry-pick -n some-commit
git reset
Read more ...