-
git archive -v --format=tar.gz --output=./121941.tar.gz data:roi ./121941.json # or git clone -b data ssh://[email protected]:443/<your_username>/scrape-json.git . # or git archive -v --format=tar.gz --output=./121941.tar.gz master:data roi/121941.json
- Download the master branch from the remote repository
git clone --single-branch -c core.autocrlf=input ssh://[email protected]:443/<your_username>/scrape-json.git .
- Check line breaks for text files in the remove repository
git ls-files --eol
- Set
user.emailto sing commitsgit config --local user.name "<your_username>" git config --local user.email <your_id>+<your_username>@users.noreply.github.com