Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
This is the beauty of it all. Once you are set up, just run:
This is the beauty of it all. Once you are set up, just run:
@@ -74,16+76,18 @@ This is the beauty of it all. Once you are set up, just run:
Neat.
Neat.
-### Making changes ###
+### 1.5.2 Making changes ###
-After you have made some changes, for which you would normally use `git add` and `git commit`, use the vcsh wrapper (like above):
+After you have made some changes, for which you would normally use `git add`
+and `git commit`, use the vcsh wrapper (like above):
vcsh run foo git add -f bar baz quux
vcsh run foo git commit
vcsh run foo git push
vcsh run foo git add -f bar baz quux
vcsh run foo git commit
vcsh run foo git push
-By the way, you'll have to use -f/--force flag with git-add because all files will be ignored by default. This is to show you only useful output when running git-status.
-A fix for this problem is being worked on.
+By the way, you'll have to use -f/--force flag with git-add because all files
+will be ignored by default. This is to show you only useful output when running
+git-status. A fix for this problem is being worked on.
# 2. The steal-from-template way #
# 2. The steal-from-template way #
@@ -92,12+96,14 @@ You're welcome to clone the example repository: