Public

Public

1299 bookmarks
Custom sorting
How do I remove the old history from a git repository?
How do I remove the old history from a git repository?
I'm afraid I couldn't find anything quite like this particular scenario. I have a git repository with a lot of history: 500+ branches, 500+ tags, going back to mid-2007. It contains ~19,500 commit...
If you want to free some space in your git repo, but do not want to rebuild all your commits (rebase or graft), and still be able to push/pull/merge from people who has the full repo, you may use the git clone shallow clone (--depth parameter). ; Clone the original repo into limitedRepo git clone file:///path_to/originalRepo limitedRepo --depth=10 ; Remove the original repo, to free up some space rm -rf originalRepo cd limitedRepo git remote rm origin You may be able to shallow your existing repo, by following these steps: ; Shallow to last 5 commits git rev-parse HEAD~5 > .git/shallow ; Manually remove all other branches, tags and remotes that refers to old commits ; Prune unreachable objects git fsck --unreachable ; Will show you the list of what will be deleted git gc --prune=now ; Will actually delete your data
·stackoverflow.com·
How do I remove the old history from a git repository?
GitHub - linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
GitHub - linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments. - GitHub - linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based We...
·github.com·
GitHub - linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
Tidbyt
Tidbyt
Use Tidbyt to check the weather, or when your train is arriving. Track your favorite stock tickers, or your favorite sports teams. Check out our growing collection of apps and choose what matters to you.
·tidbyt.com·
Tidbyt
Self Hosted Roundup #17
Self Hosted Roundup #17
What's new in self hosted applications this week? Check it out in the Self Hosted Roundup #17! 👋
·noted.lol·
Self Hosted Roundup #17
nextcloud/all-in-one: Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.
nextcloud/all-in-one: Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.
Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance. - nextcloud/all-in-one: Nextcloud AIO stands f...
·github.com·
nextcloud/all-in-one: Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.
Teaching and Learning with Jupyter
Teaching and Learning with Jupyter
Filing this away for myself to check out again when I have more time to play around with Jupyter. This is also a nice example of a book published with github 🙂
·downes.ca·
Teaching and Learning with Jupyter
cheat.sh
cheat.sh
A really cool community built quick reference for Linux command line stuff. You can easily get to it in your shell via ‘curl cheat.sh/ffmpeg’
·cheat.sh·
cheat.sh
Netflix is ending support for old devices from Samsung, Roku, and Vizio in December
Netflix is ending support for old devices from Samsung, Roku, and Vizio in December
Smart TVs are a mistake. I’ve never liked the idea of relying on a crappy computer built in to an expensive TV, when you could get a much more capable box like an Apple TV that is external and replacable every few years. On top of that not connecting your TV to the internet means the manufacturer can’t sell your viewing habits and history.
·theverge.com·
Netflix is ending support for old devices from Samsung, Roku, and Vizio in December
The Computer Chronicles - The Internet | YouTube
The Computer Chronicles - The Internet | YouTube
So cool to see someone describe what a Browser is in 1993. This video also is a really cool showcase of what using pre-web internet services was like. There is even a feature on early video conferencing developed at NASA! Definitely going to use this on digciz.jadin.me during history of the internet next time I teach it.
·youtu.be·
The Computer Chronicles - The Internet | YouTube