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
#!/usr/bin/env python | |
"""Simple HTTP Server With Upload. | |
This module builds on BaseHTTPServer by implementing the standard GET | |
and HEAD requests in a fairly straightforward manner. | |
""" |
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
######################################################### | |
# | |
# classes is a git repository with many class projects | |
# I want to split one of those projects into its own repo | |
# and I want preserve the commit history | |
# | |
# The super top-level repo is classes.git | |
# Within classes.git is a sub-directory "networks/project2" | |
# we want to create a new repository with just the history of | |
# "networks/project2" |
NewerOlder