Skip to content

How to update github repo using golem? #681

Answered by ColinFay
Dobrokhotov1989 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @Dobrokhotov1989,

You can push to your repository using the following commands in your terminal:

git add *
git commit -m "message"
git push origin master

You can also use a package like {git2r} to do this, or via the RStudio Git panel.

You can read this very good guide about git and R if you want to learn more :)

https://happygitwithr.com/

Cheers,
Colin

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Dobrokhotov1989
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #680 on June 04, 2021 08:09.