An error occurred while fetching the assigned milestone of the selected merge_request.
additional-material
translations
additional-material.id.md +47 -0
additional-material.ko.md +43 -0
additional-material.pt_br.md +11 -0
addtional-material.cht.md +46 -0
amending-a-commit.ko.md +47 -0
keeping-your-fork-synced-with-this-repository.ko.md +41 -0
keeping-your-fork-synced-with-this-repository.pt_br.md +40 -0
moving-a-commit-to-a-different-branch.ko.md +28 -0
removing-branch-from-your-repository.ko.md +30 -0
removing-branch-from-your-repository.pt_br.md +31 -0
resolving-merge-conflicts.ko.md +43 -0
reverting-a-commit.ko.md +36 -0
undoing-a-commit.ko.md +59 -0
Useful-links-for-further-learning.md +19 -0
additional-material.md +47 -0
amending-a-commit.md +49 -0
configuring-git.md +77 -0
keeping-your-fork-synced-with-this-repository.md +40 -0
moving-a-commit-to-a-different-branch.md +26 -0
removing-a-file.md +23 -0
removing-branch-from-your-repository.md +31 -0
resolving-merge-conflicts.md +35 -0
reverting-a-commit.md +42 -0
squashing-commits.md +87 -0
undoing-a-commit.md +55 -0
app
public
android-chrome-192x192.png +0 -0
android-chrome-256x256.png +0 -0
apple-touch-icon.png +0 -0
browserconfig.xml +9 -0
favicon-16x16.png +0 -0
favicon-32x32.png +0 -0
favicon.ico +0 -0
index.html +40 -0
manifest.json +20 -0
mstile-150x150.png +0 -0
safari-pinned-tab.svg +23 -0
src
components
LinkButton
__snapshots__
LinkButton.test.js.snap +12 -0
LinkButton.css +28 -0
LinkButton.jsx +14 -0
LinkButton.test.js +12 -0
Navbar
Navbar.css +24 -0
Navbar.jsx +16 -0
ProjectList
__snapshots__
ProjectCards.test.js.snap +44 -0
CardsContainer.css +8 -0
CardsContainer.jsx +72 -0
ProjectCards.test.js +16 -0
ProjectsCards.css +80 -0
ProjectsCards.jsx +37 -0
listOfProjects.js +188 -0
SocialShare
__snapshots__
Twitter.test.js.snap +30 -0
Facebook.jsx +17 -0
Google.jsx +17 -0
Linkedin.jsx +17 -0
Linkedin.test.js +10 -0
SocialShare.css +30 -0
SocialShare.jsx +21 -0
Twitter.jsx +17 -0
Twitter.test.js +11 -0
icons.js +46 -0
App.css +19 -0
App.jsx +24 -0
App.test.js +8 -0
index.css +5 -0
index.js +9 -0
logo.svg +7 -0
.gitignore +15 -0
README.md +0 -0
package.json +25 -0
sw-precache-config.js +10 -0
yarn.lock +0 -0
assets
TriangleWorkflow.svg +0 -0
clone.png +0 -0
compare-and-pull.png +0 -0
copy-to-clipboard.png +0 -0
dt-branch1.png +0 -0
dt-branch2.png +0 -0
dt-branch3.png +0 -0
dt-clone1.png +0 -0
dt-clone2.png +0 -0
dt-clone3.png +0 -0
dt-clone4.png +0 -0
dt-commit1.png +0 -0
dt-commit2.png +0 -0
dt-publish1.png +0 -0
dt-publish2.png +0 -0
dt-status.png +0 -0
dt-sync.png +0 -0
dt-sync2.png +0 -0
dt-sync3.png +0 -0
fork.png +0 -0
gk-addremote.png +0 -0
gk-branch.png +0 -0
gk-checkoutsuccessful.png +0 -0
gk-clickaddremote.png +0 -0
gk-clone.png +0 -0
gk-commit.png +0 -0
gk-edit.png +0 -0
gk-icon.png +0 -0
gk-login.png +0 -0
gk-push.png +0 -0
gk-rebase.png +0 -0
gk-stage.png +0 -0
saasgrids-banner.png +0 -0
submit-pull.png +0 -0
triangle_workflow.png +0 -0
triangle_workflow.pt_br.png +0 -0
vs2017-01-clone1.png +0 -0
vs2017-02-clone2.png +0 -0
vs2017-03-clone3.png +0 -0
vs2017-04-branch1.png +0 -0
vs2017-05-branch2.png +0 -0
vs2017-06-branch3.png +0 -0
vs2017-07-branch4.png +0 -0
vs2017-08-change1.png +0 -0
vs2017-09-commit1.png +0 -0
vs2017-10-commit2.png +0 -0
vs2017-11-commit3.png +0 -0
vs2017-12-commit4.png +0 -0
vs2017-13-commit5.png +0 -0
vs2017-14-commit6.png +0 -0
vs2017-15-sync1.png +0 -0
vs2017-16-sync2.png +0 -0
vs2017-17-sync3.png +0 -0
vs2017-18-sync4.png +0 -0
vs2017-19-sync5.png +0 -0
vs2017-20-sync6.png +0 -0
vs2017-21-sync7.png +0 -0
vs2017-22-sync8.png +0 -0
vs2017-23-sync9.png +0 -0
vs2017-24-sync10.png +0 -0
vs2017-25-sync11.png +0 -0
translations
README.ar.md +0 -0
README.bn.md +0 -0
README.chs.md +0 -0
README.cht.md +0 -0
README.de.md +0 -0
README.es.md +0 -0
README.fr.md +0 -0
README.gl.md +0 -0
README.gr.md +0 -0
README.hi.md +0 -0
README.id.md +0 -0
README.it.md +0 -0
README.ja.md +0 -0
README.ko.md +0 -0
README.lt.md +0 -0
README.mm_unicode.md +0 -0
README.nl.md +0 -0
README.pl.md +0 -0
README.pt_br.md +0 -0
README.ro.md +0 -0
README.ru.md +0 -0
README.si.md +0 -0
README.th.md +0 -0
README.tr.md +0 -0
README.ua.md +0 -0
README.ur.md +0 -0
README.vn.md +0 -0
Translations.md +0 -0
.gitignore +0 -0
CODE_OF_CONDUCT.md +0 -0
CONTRIBUTING.md +0 -0
Contributors.md +0 -0
ISSUE_TEMPLATE.md +0 -0
LICENSE +0 -0
README.md +0 -0
Translations.md +0 -0
github-desktop-tutorial.md +0 -0
github-windows-vs2017-tutorial.md +0 -0
gitkraken-tutorial.md +0 -0
+ 47
- 0
Dokumen ini didedikasikan untuk semua pos blog, laman yang sangat membantu, situs tip dan trik yang akan membuat hidup kita lebih mudah. Tautan tersebut tidak hanya untuk pemula, namun juga bagi yang sudah mahir. Halaman ini akan menjadi indeks untuk semua tautan yang bermanfaat yang mungkin saja bisa membantu siapapun yang baru terjun di dunia open-source atau siapapun yang ingin belajar lebih lanjut.
\ No newline at end of file
+ 43
- 0
+ 11
- 0
+ 46
- 0
+ 47
- 0
+ 41
- 0
+ 40
- 0
Primeiro, o fluxo para uma sincronização completa precisa ser entendido. Nesse cenário, temos 3 repositórios diferentes: o meu repositório público no Github `github.com/Roshanjossey/first-contributions/`, seu Fork no GitHub `github.com/Seu-Nome/first-contributions/` e o repositório local, no qual você deve trabalhar. Esse tipo de cooperação é típica de projetos de *open source* (código aberto) e é chamado de `Triangle Workflows`.
+ 28
- 0
+ 30
- 0
+ 31
- 0
+ 43
- 0
+ 36
- 0