Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Basic Git+GitHub
Search
Muhammad Aswan Syahputra
April 16, 2019
Programming
1
320
Basic Git+GitHub
Illustration of scenarios when using git and GitHub
Muhammad Aswan Syahputra
April 16, 2019
Tweet
Share
More Decks by Muhammad Aswan Syahputra
See All by Muhammad Aswan Syahputra
#DS101: understanding the basics
aswansyahputra
0
72
Extending RStudio with Git(Hub)
aswansyahputra
0
88
Data rectangling in R: a journey from JSON to CSV
aswansyahputra
0
360
Data Carpentry with Tidyverse
aswansyahputra
0
190
Let's build your first RStudio and Addins
aswansyahputra
0
140
Introduction to R +
aswansyahputra
1
310
R (+) for Data Science
aswansyahputra
0
110
R + RStudio Tips and Tricks
aswansyahputra
0
160
Blogging with R
aswansyahputra
0
110
Other Decks in Programming
See All in Programming
本当だってば!俺もTRICK 2022に入賞してたんだってば!
jinroq
0
240
RubyKaigiで手に入れた HHKB Studioのための HIDRawドライバ
iberianpig
0
1k
Windows版PHPのビルド手順とPHP 8.4における変更点
matsuo_atsushi
0
360
Coding Experience Cpp vs Csharp - meetup app osaka@9
harukasao
0
110
AHC 044 混合整数計画ソルバー解法
kiri8128
0
300
List とは何か? / PHPerKaigi 2025
meihei3
0
550
Modern Angular:Renovation for Your Applications @angularDays 2025 Munich
manfredsteyer
PRO
0
130
requirements with math
moony
0
520
NestJSのコードからOpenAPIを自動生成する際の最適解を探す
astatsuya
0
180
複雑なフォームと複雑な状態管理にどう向き合うか / #newt_techtalk vol. 15
izumin5210
4
2.9k
MCP世界への招待: AIエンジニアが創る次世代エージェント連携の世界
gunta
2
560
php-fpm がリクエスト処理する仕組みを追う / Tracing-How-php-fpm-Handles-Requests
shin1x1
5
820
Featured
See All Featured
Code Review Best Practice
trishagee
67
18k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.3k
Testing 201, or: Great Expectations
jmmastey
42
7.4k
Navigating Team Friction
lara
184
15k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Speed Design
sergeychernyshev
28
860
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
51
2.4k
Scaling GitHub
holman
459
140k
Statistics for Hackers
jakevdp
798
220k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Transcript
Muhammad Aswan Syahputra BASIC GIT+GITHUB @aswansyahputra_
START FROM: YOUR COMPUTER @aswansyahputra_
@aswansyahputra_
@aswansyahputra_ $ git init
@aswansyahputra_ URL: https:/ /github.com/user/repo $ git init
New Repository
@aswansyahputra_ $ git remote add origin URL
URL: https:/ /github.com/user/repo Remote
@aswansyahputra_ Add some works URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git add . $ git
commit -m “did that” URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git push -u origin master
Push URL: https:/ /github.com/user/repo
@aswansyahputra_ Add some works URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git pull Pull URL: https:/
/github.com/user/repo
Push Pull @aswansyahputra_
START FROM: YOUR GITHUB @aswansyahputra_
@aswansyahputra_ URL: https:/ /github.com/user/repo New Repository
@aswansyahputra_ $ git clone URL URL: https:/
/github.com/user/repo Clone
@aswansyahputra_ Add some works URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git add . $ git
commit -m “did that” URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git push origin master Push
URL: https:/ /github.com/user/repo
@aswansyahputra_ Add some works URL: https:/ /github.com/user/repo
@aswansyahputra_ $ git pull Pull URL: https:/
/github.com/user/repo
Push Pull @aswansyahputra_
START FROM: OTHER’S GITHUB @aswansyahputra_
Other’s Yours Push Pull @aswansyahputra_
Other’s Yours Push Pull Fork @aswansyahputra_
Other’s Yours Push Pull Fork @aswansyahputra_
Clone
Other’s Yours Push Pull Fork
@aswansyahputra_ Push Pull
Other’s Yours Push Pull Fork
@aswansyahputra_ Push Pull Fetch
Other’s Yours Push Pull Fork
@aswansyahputra_ Push Pull Fetch Push
Other’s Yours Push Pull Fork
@aswansyahputra_ Push Pull Fetch
Other’s Yours Push Pull Fork
@aswansyahputra_ Push Pull Fetch Pull request
START FROM: COMMONS GITHUB @aswansyahputra_
Other’s Yours @aswansyahputra_ Pull Push
Other’s Yours @aswansyahputra_ Clone Pull Push
Other’s Yours @aswansyahputra_ Pull Push Pull
Push