Skip to content

tkrishtop/ivan-ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ivan-ansible

Aimed for practising Ansible

Git 101

# do the change you intend to push
# check the unstaged changes not intended for the commit
$ git status
# check the changes
$ git diff
# add these changes into list of changes to commit
$ git add .
$ git commit -m "Git 101 documentation"
# check the commits to be pushed
$ git log
# if you need to modify the last commit by adding some changes
$ git add . && git commit --amend
# push the work
$ git push origin main

About

Aimed for practicing Ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published