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

Add GitHub support #346

Merged
merged 6 commits into from
Sep 11, 2024
Merged

Conversation

jsbrittain
Copy link
Collaborator

Provides github support at the repository level. When a cloned repository is available in the grapevne repository list then a 'github' icon is presented alongside the repository. This will either be 1) up-to-date, or 2) indicate that the remote repository is ahead of local, 3) local is ahead of remote, 4) local and remote are out-of-sync. If (2) or (4) then an option to 'pull' is made available. If (3) then a combined 'push' (stage-commit-push as one action) is presented.

Repository is up-to-date
Screenshot 2024-09-04 at 09 03 46 (2)

Repository is ahead of remote - option to push
Screenshot 2024-09-04 at 09 13 07

Provides a list of files that are changed (untracked files in this case)
Screenshot 2024-09-04 at 09 13 14

Resolves #340

@jsbrittain jsbrittain merged commit f82b2b5 into kraemer-lab:main Sep 11, 2024
9 of 10 checks passed
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.

Prompt when local modules are out-of-sync with remote
1 participant