git-flight-rules icon indicating copy to clipboard operation
git-flight-rules copied to clipboard

Flight rules for git

Results 19 git-flight-rules issues
Sort by recently updated
recently updated
newest added

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,...

help wanted
great first issue

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 ![image](https://user-images.githubusercontent.com/33098513/34785786-35aeb548-f643-11e7-9613-90327ebd7317.png) * Extra empty lines ![image](https://user-images.githubusercontent.com/33098513/34787850-c9c68b38-f649-11e7-9f6d-de746ffebcf0.png) * Completely breakes TOC's links ![image](https://user-images.githubusercontent.com/33098513/34786235-9c6797ea-f644-11e7-991e-246dbf35ec8b.png) * Deletes redundant...

translation

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

help wanted
great first issue

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...