comparison README.md @ 0:8376aa48453d main

Initial commit with bare code
author luxanna <l.lux@magenta.de>
date Wed, 13 May 2026 22:02:23 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:8376aa48453d
1 # hg-wolp
2
3 Your terminal will receive a small wolaptinger assisting you to manage your local mercurial repository.
4
5 ## Usage
6
7 Switch to the directory where your desired repository is and use:
8 > hg-wolp
9
10 ## Goals
11
12 - Line by line hg log
13 - Show the name of the repository and the current branch
14 - List all available branches and swap between them
15 - Stage and commit code with a given message
16 - Amend and edit previous commit
17 - Squash multiple unpushed commits
18 - Push and pull changes from upstream