codidact / core

The core Codidact Q&A software implementation
GNU Affero General Public License v3.0
259 stars 20 forks source link

Add project information to README #4

Closed ozewski closed 5 years ago

ozewski commented 5 years ago

Add project information to README.

ArtOfCode- commented 5 years ago

@ozewski that's the issue title you changed there - it's the commit that needs a full message. Locally, you want these commands, assuming you've made no changes since doing this:

git add README.md
git commit --amend -m "DESCRIBE COMMIT HERE"
ozewski commented 5 years ago

@ArtOfCode- D'oh! This is what happens when you do stuff at all hours of the night. I'll make another PR later since I messed up stuff with this one.

alerque commented 5 years ago

@ozewski You don't need to open new PR's to fix issues, git allows you to fix up the history and the PR will update to whatever you push here. You're stuck now that you've deleted the branch, but next time know that you don't have to (and probably shouldn't) close and re-open PRs to fix commits in them.

ranolfi commented 4 years ago

@alerque I actually believe that @ozewski can restore the branch from this page. Once done, the PR can be reopened.