...
Local development environment set up.
a git bash installed on your local system.
Git installed on the linux system. (
sudo apt-get install git
)A username/token in gitlab (how to set up token)
...
Now time to create the commit:
Code Block |
---|
git add .~[folderlocation] git add ~[folderlocation]/* git commit -m "note about the commit" |
...
Info |
---|
If you need to reset the url, |
Now you’re ready to push the updates.
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...