Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How to use GIT from Android Studio

How to use GIT from Android Studio

Talk on accessing Git from Android Studio at Olotu Square to the Android Learning Club at their meetup

Joshua Joshua

May 27, 2017
Tweet

More Decks by Joshua Joshua

Other Decks in Programming

Transcript

  1. Welcome Dankie Tak Salama leku Takk Gracias Grazie Domo Mekaa

    Merci How Una dey? Imela Kiitos Ina Kwana Mole Dank Dzięki Ndewo 감사 ibiala Nagode E ku abo
  2. 3 About Joshua Joshua ▪ Developer Evangelist ▪ Lover of

    All ▪ ForeFront Agency INC facebook.com/jostly @joshuajsmart Joshuajoshua.me
  3. • Run “Git Bash” • $ git init • $

    git add . • $ git remote add origin <YOUR GIT PATH> • $ git commit -m "Initial version" • $ git push origin master
  4. (shows a list of files in that directory) (creates .git

    repo) (tracks all files in source directory) (adds files to repo) (see what files have been modified, etc.) (see what changes you’ve made to files) (see list of commits)