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

I want to be able to select file to add using `git add -p`, instead of chunks. In other words, I want to cycle through the files which have changed...

How about creating a project on [Crowdin ](https://crowdin.com/) and maintain the translation into other languages. We can choose several people who are fluent in some languages and who will follow...

translation

Git and GitHub plan to rename the default branch from `master` to `main`. So it would be more convenient to rename our default branch name to `main` for those who...

Hi, I have a question: I've seen cases where a PR is really bad in terms of merging master multiple times, with commits before, in between etc. The kind of...

help wanted

Hi, Thank you for maintaining the project, I am looking to support Arabic doc

Git terminal GUI have done some improvements on the work layed out by tig. [Lazygit](https://github.com/jesseduffield/lazygit) and [GitUI](https://github.com/extrawurst/gitui) are good outcome of terminal GUI for git. I can do a PR...

There's no reason we can't have answers for questions that aren't possible - for example, "Can I amend a commit while keeping the hash the same?" This thought was inspired...

Best I can tell, "I accidentally did a `--keep` reset, and I want my changes back" has the same answer as the existing [I accidentally did a hard reset, and...

(Parts of this one are implicit in the Flight Rules, but I didn't recognize them.) Here is how I got into trouble. 1. Open a PR, last commit A. Get...