Skip to content

feat: implement pit tag command#21

Open
nimaldanyathk wants to merge 2 commits intoBIJJUDAMA:mainfrom
nimaldanyathk:feat-tag
Open

feat: implement pit tag command#21
nimaldanyathk wants to merge 2 commits intoBIJJUDAMA:mainfrom
nimaldanyathk:feat-tag

Conversation

@nimaldanyathk
Copy link
Contributor

Description

Implements the pit tag command to allow users to create lightweight tags referencing specific commits.

Changes

  • New Command: pit tag <name> creates a tag at HEAD. pit tag lists all tags.
  • Checkout: pit checkout <tag> now supports switching to a tag, placing the repository in a detached HEAD state.
  • Internals: Added commands/tag.py and updated utils/repository.py and pit.py.

Related Issue

Closes #17

@Devpool-soc
Copy link
Collaborator

Hey @nimaldanyathk! Thank you for opening a pull request. Make sure to tag the maintainers and link the issue you are solving in your pull-request description if you have not already and they'll review as soon as possible.

Copy link
Owner

@BIJJUDAMA BIJJUDAMA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. You mention "Create, list, delete or verify a tag object signed with GPG." in pit.py. I don't see any GPG signing anywhere. You are only giving lightweight tags
  2. Support deletion of tags with -d flag
  3. Why have you commited binary files?? Remove them

@nimaldanyathk
Copy link
Contributor Author

@BIJJUDAMA

@BIJJUDAMA
Copy link
Owner

@nimaldanyathk I have requested changes, MAKE those changes
Also don't commit code for pit stash here

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

Successfully merging this pull request may close these issues.

Add pit tag Command To Give Readable Names To Commits

3 participants