mistercrunch commented on PR #28276:
URL: https://github.com/apache/superset/pull/28276#issuecomment-2085766830

   I'm not against the idea, but there's something nice in using vanilla 
commands. Say a more junior git user may be confused when trying to checkout a 
tag after making a shallow clone. More senior users know when to shallow-clone 
- say if they intent to make small contribution and such.
   
   grepping for git clone:
   ```bash
   $ git grep "git clone" docs/
   docs/docs/contributing/development.mdx:git clone 
[email protected]:your-username/superset.git
   docs/docs/installation/docker-compose.mdx:git clone 
https://github.com/apache/superset.git
   docs/docs/quickstart.mdx:$ git clone https://github.com/apache/superset
   ```
   
   `quickstart.mdx` is probably the place where shallow-cloning would make most 
sense. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to