-
Notifications
You must be signed in to change notification settings - Fork 7
Added docs for sandbox git commands #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Added docs for sandbox git commands #87
Conversation
mishushakov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's do some minor changes
|
You can also showcase more function variants like we did here for example: |
docs/git.mdx
Outdated
| ``` | ||
| </CodeGroup> | ||
|
|
||
| ## Keep credentials in the remote URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean keep credentials in the repository?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mm, the remote URL for the repository yeah
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's stored in .git/config
mishushakov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's maybe move the identity and auth part into its own separate section in the beginning of the document and then all examples would refer back it kinda
mishushakov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good enough, let's release!
Git docs contents
The Git overview page documents common
sandbox.gitoperations with JS/TS and Python examples, including:Relates to: e2b-dev/E2B#1101