You are on page 1of 3

http://www.decodingdevops.

com
NOTE: This file will be keep on updating so subscribe to our blog and get daily updates

1. GIT
these blog posts will cover 95% git usage in real time projects in any organisations. And these blog posts
explained with examples which are taken from the real time situations. So learn git from decoding
devops. You will become expert in git.

NOTE: there is no any major difference bewteen git and bitbucket both works with git commands only
but gui of github and bitbucket are different.

How to install git in windows

http://www.decodingdevops.com/how-to-install-git-for-windows-10-8-7/

1. How to clone a git repository


http://www.decodingdevops.com/how-to-git-clone-git-clone-remote-repository/

2. How to create a branch in git


http://www.decodingdevops.com/how-to-create-a-branch-in-git-git-branch-command/

3. how to switch a branch


http://www.decodingdevops.com/how-to-create-a-branch-in-git-git-branch-command/

4. how to list branches


http://www.decodingdevops.com/how-to-create-a-branch-in-git-git-branch-command/

5. How to create a feature branch in git


http://www.decodingdevops.com/how-to-create-feature-branch-in-git-or-bitbucket/
6. Git branching startegy or git workflow in organisations
http://www.decodingdevops.com/git-branching-strategy-git-workflow/

7. How to delete branch locally and remotely


http://www.decodingdevops.com/how-to-delete-git-branch-locally-and-remotely/

8. How to remove file from github


http://www.decodingdevops.com/how-to-remove-file-from-git-repository/

9. How to create a branch from commit id


http://www.decodingdevops.com/git-create-branch-from-commit-id/

10. How to unstage a file file in git


http://www.decodingdevops.com/how-to-un-stage-a-file-in-git-git-reset-head-filename/

11. How to clone a git repository into specific folder


http://www.decodingdevops.com/how-to-clone-a-git-repository-into-a-specific-folder/

12. How to clone a specific branch in a git


http://www.decodingdevops.com/git-clone-specific-branch-git-clone-branch-command/

13. Git reset hard


http://www.decodingdevops.com/git-reset-hard-head-command/

14. How to create a branch in git


http://www.decodingdevops.com/how-to-create-a-branch-in-git-git-branch-command/

ANSIBLE
15. How to install ansible on redhat/centos
http://www.decodingdevops.com/how-to-install-ansible-in-redhat-linux-centos/

16. How to install ansible on aws


http://www.decodingdevops.com/how-to-install-ansible-on-aws-ec2-instances/

17. How to set up ansible practice lab in asnible


http://www.decodingdevops.com/how-to-install-ansible-on-aws-ec2-instances/

18. Ansible file module


http://www.decodingdevops.com/ansible-file-module/

19. Ansible copy module


http://www.decodingdevops.com/ansible-copy-module/

20. Ansible service module


http://www.decodingdevops.com/ansible-service-module-with-systemd-module-explained/

21. Asnible systemd module


http://www.decodingdevops.com/ansible-service-module-with-systemd-module-explained/

22. Ansible command module


http://www.decodingdevops.com/ansible-command-module-examples/

23. Ansible ignore-errors=true


http://www.decodingdevops.com/ansible-ignore-errors-true-with-examples/

You might also like