Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.16 KB

Biker X

Git Commands

Initial Clone Repository

From a folder you wish, open a terminal.

git clone https://github.com/LGWayneq/Biker-X.git

//m ### Connecting Android Studio to GitHub

Open project via Android Studio

To Grant Temporary Access Token to GitHub:
  1. Go to File -> Settings -> Version Control -> GitHub -> Add an account
  2. Follow the instructions to create a Personal Authentication Token (Do grant the relevant permissions)

Setting Up Own Branch

Go to Git -> Branches -> Under "Local Branches", click "Rename" -> Input your own name

For pushing changes to GitHub

Go to Git -> Commit -> Type your message at the bottom left screen -> Commit and Push

For all pushes, PLEASE MAKE SURE you see "your_name -> origin: your_name" BEFORE U PRESS "PUSH" in the confirmation page

Otherwise, please double-click the "your_name" in "your_name -> origin: your_name" and change to your actual name

For merging of branches

DO NOT DO ANYTHING ON GITHUB! Wayne will kindly handle them :D