VM 4.8 Github use. - Printable Version +- TACTIC Open Source (http://forum.southpawtech.com) +-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3) +--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4) +--- Thread: VM 4.8 Github use. (/showthread.php?tid=197) |
VM 4.8 Github use. - Nachogor - 01-25-2021 Hi guys, Excuse my basic questions, but I want to be able to submit bugs and have my Tactic 4.8 up to date. Tried to install a github desktop in fedora 31 but had no luck. Tried Git Gui and GitHub Desktop. Any recommendations? Or should I used Github Desktop from windows and copy files? If I´m using VM 4.8 b4, can I update to 4.8v1 or is a fresh install needed? Thanks!! Nacho RE: VM 4.8 Github use. - Nachogor - 01-27-2021 Guys, finally I´m using Windows GitHub Desktop and copying files to Fedora and everything seems to be working ok! Cheers! RE: VM 4.8 Github use. - remkonoteboom - 01-27-2021 I just use the git command line on a shell. The VM on the community site should already be set up to just pull the latest. > git pull The branch should be set to 4.8. RE: VM 4.8 Github use. - Nachogor - 01-27-2021 Thanks! Will try it! Can't find any .git file in the VM Image! RE: VM 4.8 Github use. - remkonoteboom - 01-28-2021 TACTIC is installed in /opt/tactic/tactic ... there should be a .git file there. |