This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Script to help users in version control in a shared codebase | |
# and a single user account. It will parse a USERS_FILE to | |
# fill the proper committer info and push changes. Pull and | |
# merges are not used. Pushes are forced because the main codebase | |
# is the work-tree and not the upstream code. | |
# |
OlderNewer