1 min read
If we need to change the existing commits we can use the git filter-branch command to, for example, replace strings, among many other changes we can do
15/06/2022
Read more...2 min read
When defining ArgoCD Applicacions it can come handy to be able to use it's commit id as a variable. This comes specially handy when using ApplicacionSets
09/06/2022
Read more...4 min read
If we have included a file that shouldn't be in a git repository, we can remove it from all the commits that it is present using filter-branch
25/05/2022
Read more...2 min read
In cas we need to have multiple remote repositories it's branches names are likely to clash. A clear example it the master branch. How can we switch between branches from remote repositories if they have the same name?
08/07/2021
Read more...1 min read
If you want to compare the differences between two branches on git, it's quite straightforward: We just need to tell from which branch to witch one we want to do the diff
25/06/2021
Read more...