#github #codeberg #dev #git #scm #versioncontrol
Why sign up for CodeRefinery September 2023? In one week, you'll be getting very familiar with the basics of #git #VersionControl for single-person, local projects - the foundation of all to come. (we're posting each day's lesson one week in advance)
Register and attend the sessions you'd like (online #livestream, EU-mornings) or browse at your own time:
https://coderefinery.github.io/2023-09-19-workshop/
#openscience #RSEng #coderefinery #course #HPC, 1/?
#git #versioncontrol #livestream #openscience #rseng #Coderefinery #course #hpc
I’m preparing myself for #hacktoberfest by learning #git and #github. My intention is to contribute to Open Source. There has to be something I can do for a project, even if I’m fairly new to #coding and the #techcommunity.
#hacktoberfest #git #github #coding #techcommunity
Make Use Of: The 7 Best GitHub Alternatives for Hosting Your Project https://www.makeuseof.com/tag/best-github-alternatives/ #Tech #MakeUseOf #TechNews #IT via @morganeogerbc #Programming #GitHub #Git
#Tech #MakeUseOf #technews #it #programming #github #git
A quick glance :)
#linux #linuxkernel #linuxadmin #sysadmin #opensource #git
Hacer que git no pida contraseña. https://myblog.clonbg.es/#/git-password https://clonbg.es #Git
File Manager, Ant Commander Pro 4.1.2 has been released.
🔹Preview improved, free trial day 1 fixed on MacOS, improved commands execution and many more bug fixes
:java: #filemanager #git #commander #windows #macos #software
#filemanager #git #commander #windows #macos #software
How about we create a home-service called Guix-QoL and we pull the guix keyring part of parcimonie into it (or something similar) and add a Cron job to run "git gc" on all the repositories in ~/.cache/guix/checkouts and add more bits later as we find them. Then the home service can have a series of #t/#f switches to clean up after guix.
#libgit2 #Git
Did you know that you can commit providing an specific Date?
git commit -m "commit message" --date "last Tuesday at 11:45 am"
Trying #pijul instead of #git out on a few personal projects.
I really hope a new dvcs is able to have a breakout in popularity.
The amount of time I've spent helping jr and mid level developers, with no real fault of their own, through rebasing and countless other git pain points is really astounding.
Mi propio servidor Git gracias a Docker #Git #Programación #Docker https://myblog.clonbg.es/#/gogs-docker https://clonbg.es
Ooooh, that's nice! If you're working on a git project that has a “non-main” default branch, you can do:
git symbolic-ref refs/heads/main refs/heads/<default-branch>
And then you can do: git checkout main
You may also need to do:
git branch --set-upstream-to=origin/<default-branch> main