git-flight-rules
git-flight-rules copied to clipboard
Flight rules for git
The section under "I want to add code to someone else's repository" opens immediately with "Git doesn't allow you to add code to someone else's repository without access rights." This...
Where I work, we've started a general policy to always squash merge our PRs. Sometimes I base new feature branches on unmerged PRs, and once those PRs are squash merged,...
This is what the current README has: ```sh $ git checkout HEAD^ myfile $ git add myfile $ git commit --amend --no-edit ``` This has the disadvantage of reverting the...
As primary content of this repository is, this is an excellent candidate for using GitHub Pages. Benefits: - Optional theme - Faster load time - No need to load GitHub...
GitLocalize adds some changes when making a pull-request: * Replaces * by - in lists  * Extra empty lines  * Completely breakes TOC's links  * Deletes redundant...
is not listed also.. .be nice to put in brackets the (free) ones so one does not waste time looking at licensed ones ..(yeah I know smartgit isn't free... but...
in the Chapter : “I committed to main instead of a new branch” , use `git reset` to reset main branch , but new code is discarded , how unreasonable
Why not? We could use the funds to pay for bounties for the open issues, for instance.
I ran into an issue recently where I made a commit (c1) that included too many files. I had another commit (c2) where I wanted to move one of the...