How to Use Git

Welcome to Portable Git (version 1.9.5-preview20141217)


Run 'git help git' to display the help index.
Run 'git help ' to display help for specific commands.

Senghok@USER-PC /c/wamp/www/socialwall (master)
$ cd ..

Senghok@USER-PC /c/wamp/www
$ cd wasado-pos

Senghok@USER-PC /c/wamp/www/wasado-pos (master)
$ git commit --interactive
warning: LF will be replaced by CRLF in assets/uploads/avatars/index.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in assets/uploads/avatars/thumbs/index.html
.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in assets/uploads/csv/index.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in assets/uploads/index.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in assets/uploads/thumbs/index.html.
The file will have its original line endings in your working directory.
           staged     unstaged path
  1:    unchanged        +0/-0 SMA3
  2:    unchanged        +0/-0 assets/uploads/avatars/index.html
  3:    unchanged        +0/-0 assets/uploads/avatars/thumbs/index.html
  4:    unchanged        +0/-0 assets/uploads/csv/index.html
  5:    unchanged        +0/-0 assets/uploads/index.html
  6:    unchanged        +0/-0 assets/uploads/thumbs/index.html
  7:    unchanged        +1/-1 index.php
  8:    unchanged      +37/-37 sma/config/config.php
  9:    unchanged        +4/-5 sma/config/database.php
 10:    unchanged        +2/-2 sma/controllers/Products.php
 11:    unchanged        +2/-2 themes/default/views/transfers/add.php

*** Commands ***
  1: status       2: update       3: revert       4: add untracked
  5: patch        6: diff         7: quit         8: help
What now> u
warning: LF will be replaced by CRLF in assets/uploads/avatars/index.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in assets/uploads/avatars/thumbs/index.html
.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in assets/uploads/csv/index.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in assets/uploads/index.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in assets/uploads/thumbs/index.html.
The file will have its original line endings in your working directory.
           staged     unstaged path
  1:    unchanged        +0/-0 SMA3
  2:    unchanged        +0/-0 assets/uploads/avatars/index.html
  3:    unchanged        +0/-0 assets/uploads/avatars/thumbs/index.html
  4:    unchanged        +0/-0 assets/uploads/csv/index.html
  5:    unchanged        +0/-0 assets/uploads/index.html
  6:    unchanged        +0/-0 assets/uploads/thumbs/index.html
  7:    unchanged        +1/-1 index.php
  8:    unchanged      +37/-37 sma/config/config.php
  9:    unchanged        +4/-5 sma/config/database.php
 10:    unchanged        +2/-2 sma/controllers/Products.php
 11:    unchanged        +2/-2 themes/default/views/transfers/add.php
Update>> 11
           staged     unstaged path
  1:    unchanged        +0/-0 SMA3
  2:    unchanged        +0/-0 assets/uploads/avatars/index.html
  3:    unchanged        +0/-0 assets/uploads/avatars/thumbs/index.html
  4:    unchanged        +0/-0 assets/uploads/csv/index.html
  5:    unchanged        +0/-0 assets/uploads/index.html
  6:    unchanged        +0/-0 assets/uploads/thumbs/index.html
  7:    unchanged        +1/-1 index.php
  8:    unchanged      +37/-37 sma/config/config.php
  9:    unchanged        +4/-5 sma/config/database.php
 10:    unchanged        +2/-2 sma/controllers/Products.php
*11:    unchanged        +2/-2 themes/default/views/transfers/add.php
Update>>
updated one path

*** Commands ***
  1: status       2: update       3: revert       4: add untracked
  5: patch        6: diff         7: quit         8: help
What now> q
Bye.
[master 34f32eb] fixed add transfer
 1 file changed, 2 insertions(+), 2 deletions(-)

Senghok@USER-PC /c/wamp/www/wasado-pos (master)
$ git push
warning: push.default is unset; its implicit value is changing in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:

  git config --global push.default matching

To squelch this message and adopt the new behavior now, use:

  git config --global push.default simple

When push.default is set to 'matching', git will push local branches
to the remote branches that already exist with the same name.

In Git 2.0, Git will default to the more conservative 'simple'
behavior, which only pushes the current branch to the corresponding
remote branch that 'git pull' uses to update the current branch.

See 'git help config' and search for 'push.default' for further information.
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of 'simple' if you sometimes use older versions of Git)

Password for 'https://davysorn@bitbucket.org':
Counting objects: 13, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 635 bytes | 0 bytes/s, done.
Total 7 (delta 5), reused 0 (delta 0)
To https://davysorn@bitbucket.org/mouypistudio/wasado-pos.git
   1e3dba3..34f32eb  master -> master

Senghok@USER-PC /c/wamp/www/wasado-pos (master)
$