Closed nickedes closed 9 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:
Excellent @nkmittal4992 :+1:
anytime :smile:
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
put your username der.
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