Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1.36 KB

File metadata and controls

25 lines (18 loc) · 1.36 KB

Week 1 - Learning GitHub

This is intended to get a quick wrap of how things work.

1. Create a branch.

On the github page, click on the branches button. Make a branch with your name by writing it in the search bar and pressing enter.

image

2. Set up github

In your terminal / console, cd to your prefered directory. git clone the repository (https://github.com/Codify-Club-Berkeley/Example-repo.git) To switch to the branch you've just created, follow these instructions: https://stackoverflow.com/questions/1783405/how-do-i-check-out-a-remote-git-branch

3. Follow the tutorial to make a basic app.

If you're in UI or API, this is https://reactjs.org/tutorial/tutorial.html and https://www.toptal.com/react-native/cold-dive-into-react-native-a-beginners-tutorial (The first is an introduction to react, the second a look into react native).

If you're working on the keyboard, follow https://developer.apple.com/tutorials/swiftui/creating-and-combining-views

If you have any concerns regarding the difficulty of these tutorials, please come ask me.

4. Once you've finished

After git push-ing everything to github, go back to the github page to create your pull request. On the pull requests tab, click on create a new pull request and write anything in the description. I'll approve it after reviewing the code. image