Xây dựng ứng dụng theo dõi tiến độ thời gian. Giao diện động kết hợp Gantt và Git. Chúc may mắn! #TrackingApp #TheoDõiTiếnĐộ #Gantt #Git #SaaS #ngDụngQuảnLý #TheoDõiThờiGian
https://www.reddit.com/r/SaaS/comments/1or02pt/building_an_app_for_tracking_timelines/
Often times, simplicity is where it is at.
- Don't need a full platform like #forgejo or #gitea (no need for a web interface although both are great projects)
- Don't need need #gitolite to manage users and repos (also great lightweight solution)
- Don't need a new git user on my server as i am the only user
Turns out i had it all along, my main and only user can just instantiate a repo on a empty dir with `git init --bare` and off we go to the races
Progress on gitlogui. Yes, exactly. A minimal UI to avoid reading the docs for all those who use it not that often, in particular with pickaxe options.
Now on codeberg: https://codeberg.org/harald/gitlogui
Suggestions of features to add are welcome.😀
#gitlogui #git #git-log #gitk #tkinter #python #tkinter

Is there a #git *rebase* history that is more usable than git-reflog?
Faster drop-in replacement for pre-commit
uvx prek

Buy Old GitHub Accounts
#github #javascript #coding #programming #python #html #linux #programmer #developer #git #java #computerscience #css #kalilinux #coder #coders #webdeveloper
#webdevelopment #hacking #softwaredeveloper #codinglife #machinelearning #stackoverflow #ethicalhacking #cybersecurity #code #hacker #daysofcode #devops #hackers
Usasmmpoint Company provides PVA (phone verified) new and aged GitHub account services at reasonable prices.
Web link: https://usasmmpoint.com/product/buy-github-accounts/
Nuxt Studio é oficial: a nova ferramenta open-source para editar sites em produção já está em alpha
🔗 https://tugatech.com.pt/t73971-nuxt-studio-e-oficial-a-nova-ferramenta-open-source-para-editar-sites-em-producao-ja-esta-em-alpha
#blog #git #Github #google #Nuxt #sem #servidor
Who can you blame for the bugs in your code? knowing that:
- #git remembers everything.
- #rust compiler helps you like no teacher ever did.
- you are the only contributor ever since.
Building software pushes you to reflect on your choices and gives you the opportunity to grow accordingly without ever leaving your room to take a shower.
Random thought: #git commits shouldn't be limited to just one author, nor one signature.
What are general thoughts on signing #git tags with #ssh keys instead of #gpg keys?
I can't say that I'm a huge fan of GPG, and I'm considering whether using SSH keys to sign releases is more convenient and equally valid for downstream.
TIL there is a flag for skipping #gitlab pipeline:
git push -o ci.skip
Useful when fixing non-code relevant typos...
#git
Did you notice how when you `git pull —rebase`, “theirs” means ours and “ours” means theirs?