zishan0215 / attendance

Attendance Management System for Computer Departement, JMI
Other
40 stars 128 forks source link

Pull Request #19

Closed nickedes closed 9 years ago

nickedes commented 10 years ago
  1. Fork zishan's repository.
  2. then clone your own repository by this : git clone https://github.com/username/attendance.git

put your username der.

  1. Add ur code by first adding file using

    git add .

dne commit dem

git commit -m "message"

den push ur code on your branch

git push -u origin branch-name

nickedes commented 10 years ago

after pushing ur code. You need to send a Pull Request to Zishan's repo. For That go to that branch where your new code is saved.

use the green button for creating a Pull request. and just create a pull request . its done :+1:

zishan0215 commented 10 years ago

Excellent @nkmittal4992 :+1:

nickedes commented 10 years ago

anytime :smile:

nickedes commented 10 years ago

updating ur code in master branch If u have not defined the upstream den. this needs to be done once only. git remote add upstream https://github.com/zishanAhmad/attendance.git then do this git fetch upstream git rebase upstream/master