How to create Github App for ArgoCD?
Step 1 — Create the GitHub App github.com → avatar → Settings → Developer settings → GitHub Apps → New GitHub App Name: argocd-reader (o...
-->
Step 1 — Create the GitHub App github.com → avatar → Settings → Developer settings → GitHub Apps → New GitHub App Name: argocd-reader (o...
Renaming with git mv git mv takes at least two arguments, a source and a destination. git mv oldfolder newfolder It performs a file move,...
Delete a Local Branch: To delete the local branch, use one of the following: git branch -d <branch_name> git branch -D <branch_n...