Advertisement
Guest User

Untitled

a guest
Jul 28th, 2012
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $ git status
  2. # On branch mchp_sw
  3. # Changes to be committed:
  4. # (use "git reset HEAD <file>..." to unstage)
  5. #
  6. # modified: mchp_sw/lcd.c
  7. #
  8. # Untracked files:
  9. # (use "git add <file>..." to include in what will be committed)
  10. #
  11. # mchp_sw/io.h
  12.  
  13. $ git add -p mchp_sw/lcd.com
  14. No changes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement