Skip to content

ludviggunne/git-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My git commands

Installation

$ sudo make install PREFIX=...

Commands

git rev-pick

Opens fzf to let you pick a revision interactively, and points a (new) ref PICK to it. git rev-pick accepts the same arguments as git log.

Example:

$ git rev-pick HEAD~3..
$ git checkout PICK

git browse

Pages through diff hunks for a specified commit and lets you open an editor at the current location.

git vibranch

Like moreutils' vidir but for git branches. Let's you batch rename/delete branches using a text editor.

git resolve

Resolve merge conflicts interactively.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published