вс, 23 нояб. 2025 г., 17:39 Andrea paz <gamberucci.andrea@gmail.com>:
Sorry for the basic question, but how do I update git with the new URL for the LaTeX manual? I read that I have to do the following:

git remote set-url origin https:/git.cinelerra-gg.org/goodguy/cin-manual-latex.git

I'm afraid of messing things up before I even try. Can you confirm this for me?

Do I also have to do “git push -u origin master” since I don't use git push?

Push is for pushing your local changes up to server ...

You can manually edit .git/config and set new url there  (may be just comment out old url with #, copy its line as new line, edit this new line , remove # at the beginning, save,  "git pull" )


_______________________________________________
Cin mailing list -- cin@lists.cinelerra-gg.org
To unsubscribe send an email to cin-leave@lists.cinelerra-gg.org