How do I commit changes?

Asked by Max Walters

Hi, I use GitHub to push my changes to Launchpad, which just seems like something I should not be doing. So, my only solution was to retain both accounts, and make the GitHub account my main account.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Guruprasad
Solved:
Last query:
Last reply:
Revision history for this message
Guruprasad (lgp171188) said :
#1

To help answer your question better, can you tell us what are the goals you are trying to achieve? Mirroring GitHub repositories to Launchpad is a supported feature.

Revision history for this message
Max Walters (mdwalters) said :
#2

Hi, Guruprasad, my goals are to try and make changes on Launchpad, but, there seems to be no visible button to commit changes to Launchpad 😔. But, since Git is my confort zone, I can try and use Visual Studio to commit changes.

Revision history for this message
Best Guruprasad (lgp171188) said :
#3

When using a distributed version control system like git, you commit changes locally and push them to remote repositories hosted on services like GitHub, GitLab, Launchpad etc.

If you are referring to the feature in GitHub that allows editing files in the web interface itself and creating commits there, Launchpad does not provide that feature. So you will have to use the typical git workflow of making the changes and creating commits locally before pushing them to hosted git repositories.

We have documentation about using git with Launchpad at https://help.launchpad.net/Code/Git. Please check that out.

Revision history for this message
Max Walters (mdwalters) said :
#5

Thanks Guruprasad, that solved my question.