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
76
Extending RStudio with Git(Hub)
aswansyahputra
0
93
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
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
560
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
250
おやつのお供はお決まりですか?@WWDC25 Recap -Japan-\(region).swift
shingangan
0
140
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
170
Porting a visionOS App to Android XR
akkeylab
0
660
ソフトウェア品質を数字で捉える技術。事業成長を支えるシステム品質の マネジメント
takuya542
2
15k
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
890
Deep Dive into ~/.claude/projects
hiragram
14
12k
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
790
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
0
130
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
170
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
2
11k
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Six Lessons from altMBA
skipperchong
28
3.9k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
970
Facilitating Awesome Meetings
lara
54
6.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
RailsConf 2023
tenderlove
30
1.1k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Agile that works and the tools we love
rasmusluckow
329
21k
Raft: Consensus for Rubyists
vanstee
140
7k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
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