Talk:Git
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (
~~~~
), and indent successive comments with colons (:
).
Add new sections at the bottom of the page, under a heading (== ==
). Please remember to mark sections as "open for discussion" using {{talk|open}}
, so they will show up in the list of open discussions.systemd
Needs some explanation how to use the git daemon with systemd. There is a systemd service file but no clue how to use it. — The preceding unsigned comment was added by Cj.wijtmans (talk • contribs)
Daemon
we need to document a proper daemon setup for pulling via git:// urls. 666threesixes666 (talk) 06:10, 11 March 2014 (UTC)
- Then do it. No need to open a discussion about such a thing. Closing. --Maffblaster (talk) 04:34, 5 March 2017 (UTC)
instaweb
we need to setup documentation for instaweb deployment, possibly under a sub page. Git/instaweb i also support the idea of Git/cgit for easily publishing git repositories. we should work aggressively toward becoming the developers defacto distro. 666threesixes666 (talk) 06:10, 11 March 2014 (UTC)
- Then do it. No need to open a discussion about such a thing. I agree with your last sentence. Closing discussion. --Maffblaster (talk) 04:36, 5 March 2017 (UTC)
revision selection and merging
we need notes on how to restore from mistakes, we know how to commit & add files, we need notes on how to untrack files, revert, branching and merging...
http://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging
possibly suggest dev-util/diffuse & or other methods of comparing diffs so we can compare patches. 666threesixes666 (talk) 21:53, 6 August 2014 (UTC)
- "restore from mistakes" probably should be a functional example of tracking /etc & restoring previous known working configs 666threesixes666 (talk) 06:16, 7 August 2014 (UTC)
- mostly complete... tracking / restoring etc done.... need to address untrack files, branching, and merging need addressing. 666threesixes666 (talk) 05:24, 11 August 2014 (UTC)
- There are lots of resources in the External resources section of the article on these things. Otherwise you can add them yourself. This is a publicly modifiable wiki, so do research add them yourself. --Maffblaster (talk) 04:39, 5 March 2017 (UTC)
fatal: Interactive git shell is not enabled.
Instead of temporarily changing shell, you can just select shell in su parameter: su -s /bin/bash git Lekto (talk) 06:43, 19 March 2022 (UTC)