No problem,
run
git filter-branch --msg-filter "cat - && echo && echo 'Signed-off-by: Your Name <[email protected]>'" HEAD~2..HEAD
To sign-off the last two commits.
Then force to push them to the remote repo with the -f
option:
No problem,
run
git filter-branch --msg-filter "cat - && echo && echo 'Signed-off-by: Your Name <[email protected]>'" HEAD~2..HEAD
To sign-off the last two commits.
Then force to push them to the remote repo with the -f
option:
cd
into your Dev folderconfig.vm.network "private_network", ip: "192.168.33.**"
to a new two digit number192.168.33.** urlName.dev
with ** being the two digit number you entered//credit : https://github.com/asmarques/pt-id | |
function pad(value, length) { | |
var result = value + ''; | |
while (result.length < length) { | |
result = '0' + result; | |
} | |
return result; |