Skip to content

Commit

Permalink
✏️ Adjust message
Browse files Browse the repository at this point in the history
  • Loading branch information
yodamad committed Sep 26, 2024
1 parent bf1647b commit 89b6ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Searching in /home/user/work/...
With interactive mode, you can easily:
* Pick the folder you want to inspect
* Display local changes of a picked folder after analyzing
* Display remote changes of a picked folder after analyzing
* Display remote commits of a picked folder after analyzing
* (soon) Update one or several folders

```bash
Expand Down
2 changes: 1 addition & 1 deletion cmd/gitinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func chooseInteractiveOption() {
menu.AddItem("📤 Display local changes of a repository", "local")
}
if checkIfAtLeastOne(gitFolders, func(folder entity.GitFolder) bool { return entity.HasRemoteChanges(folder) }) {
menu.AddItem("📥 Display remote changes of a repository", "remote")
menu.AddItem("📥 Display remote commits of a repository", "remote")
}
menu.AddItem("🔃 Update one or several repositories ([dim]git pull[reset])", "pull")
menu.AddItem("✅ I'm done", "end")
Expand Down

0 comments on commit 89b6ce2

Please sign in to comment.