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
74
Extending RStudio with Git(Hub)
aswansyahputra
0
91
Data rectangling in R: a journey from JSON to CSV
aswansyahputra
0
360
Data Carpentry with Tidyverse
aswansyahputra
0
200
Let's build your first RStudio and Addins
aswansyahputra
0
140
Introduction to R +
aswansyahputra
1
320
R (+) for Data Science
aswansyahputra
0
110
R + RStudio Tips and Tricks
aswansyahputra
0
170
Blogging with R
aswansyahputra
0
110
Other Decks in Programming
See All in Programming
知識0からカンファレンスやってみたらこうなった!
syossan27
4
130
Cursor/Devin全社導入の理想と現実
saitoryc
29
22k
七輪ライブラリー: Claude AI で作る Next.js アプリ
suneo3476
1
190
MySQL初心者が311個のカラムにNot NULL制約を追加していってALTER TABLEについて学んだ話
hatsu38
2
120
個人開発の学生アプリが企業譲渡されるまで
akidon0000
2
1.2k
Cloudflare Workersで進めるリモートMCP活用
syumai
1
250
はじめてのPDFKit.pdf
shomakato
0
100
flutter_kaigi_mini_4.pdf
nobu74658
0
150
CursorとDevinが仲間!?AI駆動で新規プロダクト開発に挑んだ3ヶ月を振り返る / A Story of New Product Development with Cursor and Devin
rkaga
1
370
Bedrock × Confluenceで簡単(?)社内RAG
iharuoru
1
120
ニーリーQAのこれまでとこれから
nealle
2
770
20250429 - CNTUG Meetup #67 / DevOps Taiwan Meetup #69 - Deep Dive into Tetragon: Building Runtime Security and Observability with eBPF
tico88612
0
180
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.4k
How to Think Like a Performance Engineer
csswizardry
23
1.6k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
How to train your dragon (web standard)
notwaldorf
91
6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Making Projects Easy
brettharned
116
6.2k
Making the Leap to Tech Lead
cromwellryan
133
9.3k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
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