lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

Work in progress on issue#40 #61

Closed SoxMax closed 12 years ago

SoxMax commented 12 years ago

Should be a solution for issue #40 to do git rm in addition to rm

lawrancej commented 12 years ago

Hey Chris, would you do the following? You're showing up as unknown in the git log.

git config --global user.name "Chris O'Brien"
git config --global user.email yourEmailAddressGoesHereButDontTypeThisInLiterally@wit.edu
git commit --amend -m "Work in progress on issue#40"
git push origin master