SISafi Ibrahiminsafi.hashnode.dev·Mar 24, 2024 · 1 min readClone and checkout branch in one commandWhen I need to clone a repo from GitLab I always type normal clone command then go inside the folder of project to change the branch. However, i found a simple and fast way to doing that: Bad way ❌❌❌: git clone GITLAP_REPO_URL cd PROJECT_FOLDER git c...00