Skip to content

added initial readme with git info #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# ReacType

Prototyping Tool for React/Typescript Applications

#instructions for git

git add .
git commit -m "unique descriptive message here"

#deal with merge conflicts between your local repo and upstream development
git pull upstream development

#once merge conflicts are dealt with and app is tested:
save files
git add .
git commit -m "message about the merge"

#now push to your fork
git push origin master

#now from within Github:
make a pull request TO DEVELOPMENT BRANCH