If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
- Majority of kubuntu, Neon and debian packaging is in git, as is KDE sources, so need it to fetch and commit to those.
- Many projects I want to use and or test are likewise hosted on places like github etc.
- Useful for other odd tasks. e.g. intit a repo to track changes in config files.
On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click
I wonder why 'git' is not installed as standard? - not in 14.04 anyway.
I assume that for most the programme is not needed.
I became interested when I noted a programme, on another site, that was in git, and wondered if it (the programme) could be installed on a machine where 'git' was not installed.
git is the go-to version control program. There are plenty of GUI aids available in the repository, including integration with Dolphin. It's good for versioning any file structure containing any kind of file, although text files are still its forte.
PS: bup ( & bup-doc) is in the repository. It is a "highly efficient file backup using git" (for those who are not running btrfs )
"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
I wonder why 'git' is not installed as standard? - not in 14.04 anyway.
I assume that for most the programme is not needed.
I became interested when I noted a programme, on another site, that was in git, and wondered if it (the programme) could be installed on a machine where 'git' was not installed.
In most cases, production ready programs are packaged so that even if the developers use git, the end users do not have to have git installed to use the program. Even programs that are in a git repository somewhere (like Github) can easily be downloaded without the use of git. General users really have no use for git so it is not included by default.
In most cases, production ready programs are packaged so that even if the developers use git, the end users do not have to have git installed to use the program. Even programs that are in a git repository somewhere (like Github) can easily be downloaded without the use of git. General users really have no use for git so it is not included by default.
Thank you.
If a user does not have git installed and has the choice between dowloading a git version, or a non-git version of the same programme would there be an advantage in downloading the former? People I have come across on other boards seem to hail the use of git programmes.
If you are only going to use the program, and not develop it, I don't see any point in using git. If you're just running the program, git will do nothing for you.
Comment