Rename files and folders with git
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,...
-->
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,...
What are kubectx and kubens ? kubectx is a tool to switch between contexts (clusters) on kubectl faster. kubens is a tool to switch b...
Before you start you need proper GCP and GKE access. Install Gcloud SDK: 1. DOWNLOAD THE BINARY Install the gcloud CLI | Google Cloud ...