uiteamgg / UIapp

Absolutely like anything
1 stars 0 forks source link

Story#2. Create a new view for Calender. #24

Open uiteamgg opened 10 years ago

uiteamgg commented 10 years ago

Try displaying the grid 8*8 where we can see the editable data fields in each. Story point -8 priority level- low

koustubh89 commented 10 years ago

The new view was created and the related commit were moved to the branch calender

here are the ways to check the commits on calender branch (working directory clean) git fetch origin --all git checkout calender git pull --rebase

this is only for checking the branch first time. After this every time git checkout calender git pull --rebase will be bring the latest version on the branch.

To push git add ... git commit -m '... git stash git pull --rebase git push origin calender