Skip to content
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

feat: support pulling by a specific commit or a date #48

Open
OmarIthawi opened this issue Jan 10, 2024 · 0 comments
Open

feat: support pulling by a specific commit or a date #48

OmarIthawi opened this issue Jan 10, 2024 · 0 comments

Comments

@OmarIthawi
Copy link
Member

Currently the atlas pull supports a --branch argument which accepts only git branches and tags.

atlas pull could be more verstile if it supported a more generic --revision argument which could accept the following revisions:

  • Git branch e.g. git checkout open-release/quince.master
  • Git tag e.g. git checkout open-release/quince.1
  • Git commit SHA git checkout f098hab11
  • Git branch at a specific date git checkout 'main@{2020-11-06}' as supported by https://linux.die.net/man/1/git-rev-parse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant