User:Glauxosdever/Version Control Software: Difference between revisions

m
Bot: Replace deprecated source tag with syntaxhighlight
(Add some example design and implementation (merging still to do))
m (Bot: Replace deprecated source tag with syntaxhighlight)
Line 115:
This file contains code to initialise an empty repository. You should make it executable.
 
<sourcesyntaxhighlight lang="python">
#! /usr/bin/python
 
Line 131:
if __name__ == "__main__":
main()
</syntaxhighlight>
</source>
 
==== branch.py ====