Skip to content

shravanhariharan2/study-groups-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

study-groups-mobile

Mobile application that allows students to easily find and form study groups for their classes.

Contributing:

1. Clone the repository to your computer

git clone https://github.com/shravanhariharan2/study-groups-mobile.git

2. cd into project folder

cd study-groups-mobile

3. Create a new branch to work on your feature

git branch [branch name]

4. Add/edit any files using text editor

5. Stage and commit your changes to local repository

git add -A

git commit -m "message"

6. Pull any new contents from remote repository's master branch

git pull origin master

git push origin [branch name]

7. Merge your branch with master branch via a Pull Request (on GitHub)

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors