GIT steps on LINUX - absinet/playbooks GitHub Wiki

[ansible@abscnt01 playbooks]$ git add .

[ansible@abscnt01 playbooks]$ git commit -m "adding new playbook with logging"

[master 171e0ff] adding new playbook with logging

2 files changed, 14 insertions(+)

create mode 100644 CENTOS/install_httpd.retry

create mode 100755 CENTOS/install_java.yml

[ansible@abscnt01 playbooks]$ 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

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)

Username for 'https://github.com': XXXXXXXXXXXXXXXX

Password for 'https://[email protected]':

Counting objects: 7, done.

Compressing objects: 100% (4/4), done.

Writing objects: 100% (5/5), 685 bytes | 0 bytes/s, done.

Total 5 (delta 1), reused 0 (delta 0)

remote: Resolving deltas: 100% (1/1), completed with 1 local object.

To https://github.com/absinet/playbooks.git

c3704ca..171e0ff master -> master

[ansible@abscnt01 playbooks]$