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-05-27 16:32:09 +10:00
parent 787e5d13ed
commit ec78c795dd
10 changed files with 320 additions and 92 deletions

View File

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