Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AyoPips committed Jun 17, 2020
2 parents 30b83af + 1d1e0c5 commit db56736
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pending-task-group1
<<<<<<< HEAD
1. Fork this repo

2. Clone this repo ( git clone https://github.com/hngi/Pending-Task-Group1)
Expand All @@ -10,3 +11,21 @@
5. if you wish to checkout to a new branch (Git checkout -b branchname) OPTIONAL
6. To add your changes after you have been assigned task (git status) to see your recent changes, (git add -A)to stage your changes, (git commit -m ‘ your commit message e.g your changes’), (git push origin Dev).to push changes
7. To send a Pull Request use the git website and make sure the base branch is the dev branch do not pull to master.
=======

Fork this repo

Clone this repo ( git clone https://github.com/hngi/Pending-Task-Group1)

open git bash for windows or terminal for mac (cd pending-task-Group1) you can achieve this by dragging the folder in the command line after cd OR right click the pending-task-group1 folder and open with git bash or terminal

To add upstream so that whenever there is a change you can pull the latest changes. (Git remote add upstream https://github.com/hngi/Pending-Task-Group1), to pull changes (git pull upstream Pending-Task-Group1)

Commit your changes

if you wish to checkout to a new branch (Git checkout -b branchname) OPTIONAL

To add your changes after you have been assigned task (git status) to see your recent changes, (git add -A)to stage your changes, (git commit -m ‘ your commit message e.g your changes’), (git push origin Dev).to push changes

To send a Pull Request use the git website and make sure the base branch is the dev branch do not pull to master.
>>>>>>> 1d1e0c5a7096295d463bad6f8f3eac8375f148b4

0 comments on commit db56736

Please sign in to comment.