Uploaded December 2021 | Updated September 2026, 1 week ago
In this video we'll continue with Git and cover differences between commits, log options and change a previous commit with amend.
#git
https://itvraag.nl
Used commands in the video:
git diff [commit ID]
git commit --amend
git commit --amend -m "second change"
git log --oneline
git log -i --name-only --pretty=format:'\''%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s'\' --date=short
git log -n 4 -i --stat --grep [search string]
In this video we'll continue with Git and cover differences between commits, log options and change a previous commit with amend.
#git
https://itvraag.nl
Used commands in the video:
git diff [commit ID]
git commit --amend
git commit --amend -m "second change"
git log --oneline
git log -i --name-only --pretty=format:'\''%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s'\' --date=short
git log -n 4 -i --stat --grep [search string]
![Puppet #3 - Setting up GitHub repo for Puppet server & configure r10k
In this video well follow up on previous videos about Puppet (and Vagrant) by creating GitHub account and configure r10k on our Puppet Master server running on a Vagrant Box.
https://itvraag.nl
r10k yaml file content. Just make sure to change the values marked as [CHANGEME]
:cachedir: /var/cache/r10k
:sources:
:[CHANGEME]:
remote: [CHANGEME]
basedir: /etc/puppetlabs/code/environments Puppet #3 - Setting up GitHub repo for Puppet server & configure r10k](https://i.ytimg.com/vi/SUMkP40dXJU/mqdefault.jpg)









