20917N/A# If you cd into a build directory, like $HOME/packages/PKGS/(module)/(module)
20917N/A# and run the git-setup command, it will setup the directory for you with git.
20917N/A# Then make changes to the file and you can run the git-format-patch script
20917N/A# to generate a patch.
20917N/A#
20917N/Agit init && git add --ignore-errors .; git commit -m "`basename $PWD`"