clone command #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "cmd-clone"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding implementation for the
sac clonecommand.It is a complete
gitwrapper and only needed for 'all-in-one-tooling'.TODO
Improve error messages:
not allowed to access repositoryd372b8c7ab603125c7d0Test
For testing a remote repository is needed.
For example: https://git.solarpunk.social/GTA-HEG/demo.git
Clone
Clone the git repository
Clone into different directory
Clone into existing directory
This should error with a useful message
Clone with no internet
This should error with a useful message
Clone non existing repo
This should error with a useful message
WIP: clone commandto clone commandClean