###Welcome to the ShambaREcords Flutter test Kindly follow the instructions to commit your work to the shared repo. You will create a remote branch containing your work. Your code should be available as a branch in the repository.
####Steps
- Accept the invitation we sent you to the repository Data-app
- Go to the url https://github.com/ShambaRecords/Data-app/
- Fork the repository.
- Create a branch on your local machine with the command below: git checkout -b [username/nameOfYourApp]
- An example is: git checkout -b ShambaRecords/Data-app
- You should now have a local branch on your machine. Go ahead and add your work as follows:
- Create a data collection tool with flutter which allows for user registration during a training, mark the attendance and also capture the location gps git add yourwork git commit -m 'work from ShambaRecords' git push origin ShambaRecords/Data-app From here, you should enter your username and password on github
*To see all the branches use: git branch
#####Some Resources for getting started.
- You can use the git getting started guide: http://rogerdudler.github.io/git-guide/