Skip to content

Commit 2d2abae

Browse files
authored
Update README.md
1 parent 729ceb2 commit 2d2abae

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

Diff for: README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
# Readme
1+
# Cloning and Forking GitHub Projects
2+
3+
This repository contains the source code used in the course called Getting Started with Git and GitHub in Coursera.
4+
5+
# Project Description :
6+
7+
In this project, learnt how to fork an upstream repository into my account and then clone it locally in the lab environment. Further, learnt how to synchronize changes in local repository with remote GitHub repositories using pull requests.
8+
9+
* Used git commands to manage upstream repositories
10+
* Created a personal access token
11+
* Forked existing repository using the UI
12+
* Cloned forked repository in the lab environment
13+
* Created a new branch
14+
* Made changes locally
15+
* Added and commited to the local branch
16+
* Pushed the changes to the forked repository
17+
* Created a pull request to the upstream repository
18+
19+
# Output :
20+
21+
* [CSS-Circle](https://gither-jay.github.io/gkpbt-css-circle/circle.html)
22+
23+
24+

0 commit comments

Comments
 (0)