1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

more stuff

This commit is contained in:
Jesse Duffield
2018-06-01 23:23:31 +10:00
parent ec78c795dd
commit b6eaa44cc2
8 changed files with 254 additions and 117 deletions

View File

@ -3,6 +3,7 @@ package main
import "github.com/fatih/color"
func main() {
verifyInGitRepo()
a, b := gitUpstreamDifferenceCount()
colorLog(color.FgRed, a, b)
devLog("\n\n\n\n\n\n\n\n\n\n")