You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,12 @@ A CLI to help with your git directories (for now 😉).
4
4
5
5
Based on the myth of the Nordic God, [Heimdall](https://en.wikipedia.org/wiki/Heimdall), the CLI is here to ease with your multiple Git repositories.
6
6
7
-
For now, Heimdall has 2 main commands :
7
+
For now, Heimdall has 4 main commands :
8
8
9
9
-[Git-info](https://yodamad.github.io/heimdall/git-info) to help you manage all your git repositories and now their current branch, if they have some local changes or if they are behind the remote repository
10
10
-[Git-clone](https://yodamad.github.io/heimdall/git-clone) to clone a git repository or all repositories of a group (in GitHub or GitLab) and keep the same path
11
+
-[Good-morning](https://yodamad.github.io/heimdall/good-morning) to run your morning routine on all your git repositories (like `git pull` or `git status` for example)
12
+
-[Env-info](https://yodamad.github.io/heimdall/env-info) to display useful information about your environment (like kubectl contexts, helm repositories, docker contexts...)
11
13
12
14
The complete documentation can be found on the dedicated [docsite](https://yodamad.github.io/heimdall/) and here is a quick demo of the interactive mode ⤵️
0 commit comments