Skip to content

damulmahajan/learn-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Github Getting Started

Carry out the following :

  1. Fork this repository to your own account.
  2. Clone the repository to your computer.
$ git clone "https://www.github.com/{username}/learn-github"
  1. Move to the cloned Repository.
$ cd learn-github/
  1. Create a branch with your name
$ git branch {name}
  1. Go to your branch on your computer.
$ git checkout {name}
  1. Create a {name}.md file in the branch and introduce yourself in the file.
# Git Account
[{username}](https://www.github.com/{username})
  1. Stage your changes
$ git add .
  1. Commit your changes
$ git commit -m "{username}"
  1. Push your changes to Github
$ git push -u origin {branchname}
  1. Go to GitHub repository learn-github on your account Create a pull request to the repository.

About

An experimental repository created to learn github.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published