Skip to content

Instantly share code, notes, and snippets.

@keith9820
Last active September 16, 2016 20:44
Show Gist options
  • Save keith9820/c6dfc6fb139e4ff6909bf5e933ad1116 to your computer and use it in GitHub Desktop.
Save keith9820/c6dfc6fb139e4ff6909bf5e933ad1116 to your computer and use it in GitHub Desktop.
Repo cleanup tasks

#Cleanup repo filesystem tasks

use git mv to move or rename indexed fies
use git rm xxx --cached to remove a file from the index but keep it in the filesystem

###Repos:

  1. WebJobs.DMSData (James)
  • move multiple projects into own repo
  • rename DMSData.WebJob/ as src/
  • rename DMSData.Tests/ as tests/
  • move ReadMe.md file to root
  • add /src/ChangeLog.md file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment