git

Back Open Paginator
24.01.2026 11:35
indianweb (@indianweb@mastodon.social)

🚀 FTP vs SFTP vs Git: Best Deployment Method Explained
Choosing the right deployment method can make or break your web development workflow. In this post, we compare FTP, SFTP, and Git so you can pick the best option for security, scalability, and collaboration.

🔍 Learn the strengths, use cases, and what suits your project best.

👉 Read more: iwcindianwebsitecompany.blogsp





Show Original Post


24.01.2026 10:37
jasontrck (@jasontrck@mastodon.social)

cd 進入 submodule 目錄,git pull 拉取最新程式碼。
回到主專案目錄,git add 子模組的路徑,將新的 commit hash 記錄下來。
git commit 提交這次的更新。
vocus.cc/article/68afe88dfd897




Show Original Post


24.01.2026 09:22
simsus (@simsus@social.tchncs.de)

Sicherheitsupdate #GitLab: Angreifer können Zwei-Faktor-Authentifizierung umgehen | Security heise.de/news/Sicherheitsupdat #git :git: #Patchday




Show Original Post


24.01.2026 06:58
ljwrites (@ljwrites@writeout.ink)

#Emacs #OrgMode comes through beautifully again for submission purposes, working seamlessly with #LibreOffice's converter and templating to convert my .org file directly to .docx in Shun Manuscript format with just a few lines of configuration. This is the best of both worlds for me, first draft and early major edits in my preferred Org markup and tracked with #git, then final edits in LibreOffice which provides a fresh look at the manuscript in the submission format. #amWriting




Show Original Post


24.01.2026 06:04
r (@r@bsky.brid.gy)

From #GitHub to #Codeberg itiquette.codeberg.page/posts/github... and also What I found missing itiquette.codeberg.page/posts/codebe... #FOSS #OpenSource #Git




Show Original Post


24.01.2026 06:04
r (@r@fed.brid.gy)

From #GitHub to #Codeberg itiquette.codeberg.page/posts/github... and also What I found missing itiquette.codeberg.page/posts/codebe... #FOSS #OpenSource #Git




Show Original Post


24.01.2026 05:57
morpa (@morpa@hachyderm.io)

From #GitHub to #Codeberg itiquette.codeberg.page/posts/ and also What I found missing itiquette.codeberg.page/posts/ #FOSS #OpenSource #Git




Show Original Post


24.01.2026 01:57
clonbg (@clonbg@masto.es)

Los comandos que necesito para trabajar con git desde la terminal myblog.clonbg.es/los-comandos- #Terminal #Git clonbg.es





Show Original Post


23.01.2026 22:19
xolatgames (@xolatgames@mastodon.gamedev.place)

Hi, folks! ✌️ I'm here to share you that I'm totally rewriting of Crisps Chat 🍟

If you want to checks the status of the app, you can visits its Codeberg page 🏔️👉 codeberg.org/xolatgames/Crisps

Thanks for attention! 😄 And I wish you a good day 😉

#cplusplus #cpp #sdl #sdl2 #imgui #chat #chats #messaging #MessagingApp #communication #app #apps #soft #software #opensource #codeberg #git #codelite #inkscape #chatting #development #dev #devlog #cmake #rewriting





Show Original Post


23.01.2026 19:48
benzogaga33 (@benzogaga33@mamot.fr)

Radicle: the sovereign forge radicle.xyz/ #decentralized-internet #git




Show Original Post


23.01.2026 19:09
notoriousGIT (@notoriousGIT@mastodon.social)

@pamplemouss_ You and your friend might be interested in git-absorb

github.com/tummychow/git-absorb

...it automates finding which commits staged changes belong to.




Show Original Post


23.01.2026 18:29
pamplemouss_ (@pamplemouss_@mamot.fr)

A friend and I were praising the usefulness of `git commit --fixup`, but were annoyed it required precisely identifying which commit to fix beforehand, often leading to `git log`ging and manual copy pasting...

And then, we had the `git` idea of the day: Leverage a fuzzy finder over the log to interactively select which commit to fixup:

```bash
git log --oneline | fzf --scheme=history | cut -d' ' -f1 | xargs git commit --fixup
```

#git #shell




Show Original Post


1 ...111 112 113 114 115 116 117 118 119 120 121 ...348
UP