Its a GitClient that I wrote in python, it (most definitely) is not as polished as GitAhead, but it is quit a lot easier than using Git CLI
- Running the program
- Windows:
- Open powershell,
cd
to the DIR that has this and type./__main__.exe <path_to_directory>
- Open powershell,
- Mac & Linux
./__main__ <path_to_directory>
- Windows:
- Note:
- As soon as you start it it'll ask for Codenames, so select a code and add a path.
- Eg:
code: cod
path: <path_to_cod_dir>
- You may add as many as you like
- Eg:
- After you set your codenames, you can get to the directories by using
./__main__ <codename>
- If you don't have a git repository on the DIR you chose, it'll ask you if you want to initialize one.
- As soon as you start it it'll ask for Codenames, so select a code and add a path.
- The functions are categorized into multiple categories.
- TBW