Skip to content

ALX-MA/Git-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Git-101 By ALX-MA

Table Of Content

Overview

This is Good Challenge for you to learn and practice the basics og git SCM

Challenge

you have to get access to the Git-101 repo, and add you own Infos and update it.

Get Started

  • make sure that you have git installed aleady.

  • make sure you have SSH linked with your github profile

  • use terminal and vim for this challenge

  • don't use any git GUI (Graphical user interface)

Guide

1. Fork this repo

  • Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

2. Clone this repository

-Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

  • Clone the repository
  git clone "https://github.com/ALX-MA/Git-101.git"
  • Once you see Git-101 folder shown up in your directory, then you good to go !

3. Create a Branch

-Now create a branch using the git switch command:

  git checkout -b mal-had-ALX-ikhl3na

4. Add you data to DiroNeya.md file

  1. open DiroNeya.md in vim
  2. introduce yourself
  3. add file to stage area and commit it with your name in the commit message

5. Push your Changes to let other check check it out

git push origin -u mal-had-ALX-tkhl3na

6. Submit your changes for review em

  • If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

  • aaaand submit your pull request

  • will review your changes ASAP and once you did everything right, you will get an email that your changes are merged !

Author

About

this is a git / github introduction .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published