I'm trying to download code from gitlab to my local machine. Is it possible to download the respository from Gitlab to your local machine?
CodePudding user response:
Yes, You can download from the download button on repository:
You can also clone the repository using command:
git clone [repository-url]
CodePudding user response:
Yes, you can download directly from gitlab. Look for this icon link to picture in repository you want to download.
CodePudding user response:
YES using gitclone through GitBash we can easily download the repository from Gitlab to your local machine.