Aral Balkan · @aral
39867 followers · 28763 posts · Server mastodon.ar.al

@fribbledom Wait, why?

git remote set-url origin <codeberg>
git push --set-upstream origin main

;)

codeberg.org

#github #codeberg #dev #git #scm #versioncontrol

Last updated 1 year ago

CodeRefinery · @coderefinery
215 followers · 77 posts · Server fosstodon.org

Why sign up for CodeRefinery September 2023? In one week, you'll be getting very familiar with the basics of 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 , EU-mornings) or browse at your own time:
coderefinery.github.io/2023-09
, 1/?

#git #versioncontrol #livestream #openscience #rseng #Coderefinery #course #hpc

Last updated 1 year ago

Aral Balkan · @aral
39618 followers · 28288 posts · Server mastodon.ar.al
Aral Balkan · @aral
39610 followers · 28262 posts · Server mastodon.ar.al

What am I doing? Why, voting to help decide @Codeberg policy as a member.

(Wait a minute, you can’t do that on GitHub? How odd… sounds a bit autocratic to me…) ;)

Seriously, though, check out codeberg.org – they’re doing everything right.

There are alternatives and if we want them to survive, we must support them.

#codeberg #git #scm #github #tech #dev #versioncontrol

Last updated 1 year ago

RJ · @RemeJuan
54 followers · 961 posts · Server fosstodon.org

"20 Git Commands That Will Make You a Version Control Pro. - DEV Community 👩‍💻👨‍💻" dev.to/devland/20-git-commands

#git #versioncontrol #developer

Last updated 1 year ago

Shadow Grove · @shadow_grove
27 followers · 219 posts · Server mastodon.gamedev.place

💻 : Streamline your Unity development with integration with Visual Studio and . 🧭Manage code, assets, and scenes with ease. unity.com/products/plastic-scm

#unitytips #plastic #scm #unity #plasticscmforunity #versioncontrol #gamedev #indiedev

Last updated 1 year ago

Shadow Grove · @shadow_grove
26 followers · 217 posts · Server mastodon.gamedev.place

💻 : Use a version control system like Git to keep track of your project changes! 🚀Never lose important code or assets again. github.com/spoiledcat/git-for-

#unitytips #unity #unity3d #versioncontrol #gamedev #indiedev #git

Last updated 1 year ago

Javed Ali · @javedali
379 followers · 62 posts · Server fediscience.org

Check out my latest blog post on mastering advanced commands and techniques!

In this post, I've covered a range of techniques that can significantly enhance your as a . From efficient and to , , , and much more - these tips will help you navigate your version control system like a pro.

Check out the full post here: javedali.net/post/23-advance-g

#softwaredevelopment #devops #versioncontrol #programming #coding #cleaning #searching #merging #Branching #committing #developer #productivity #git

Last updated 1 year ago

Shadow Grove · @shadow_grove
26 followers · 216 posts · Server mastodon.gamedev.place

💻 : Use a version control system like Git to keep track of your project changes! 🚀Never lose important code or assets again. github.com/spoiledcat/git-for-

#unitytips #unity #unity3d #versioncontrol #gamedev #indiedev #git

Last updated 1 year ago

Boiling Steam · @boilingsteam
4270 followers · 10255 posts · Server mastodon.cloud
Tommy van Son ✔ · @TommyvanSon
190 followers · 457 posts · Server mastodon.gamedev.place

It took me 2 days to realise I need to try another kind of refactoring to allow for my changes first.

People, use to be able to revert changes in 15 minutes and still be ok.

#versioncontrol #gamedev

Last updated 1 year ago

Mark Gardner ‍:sdf: · @mjgardner
702 followers · 4772 posts · Server social.sdf.org

@randy5235 Controlling one’s own code isn’t really the point of a package repository. It’s for software releases. The code and content (hopefully) lives in a separate system where changes are more granular than new version releases.

And as you note, there are efforts like to enable federated software development with distributed VC, issue tracking, forking, pull requests, merging, etc.

I don’t know if it’s useful to commingle the two.

#versioncontrol #forgefed

Last updated 1 year ago

Wiebke Frey · @wiebiwetter
25 followers · 160 posts · Server norden.social

When making two kinds of mango ice cream in your ice cream maker and test them side by side, is this called ?

#versioncontrol

Last updated 1 year ago

Sean Murthy · @smurthys
198 followers · 2294 posts · Server hachyderm.io

SemanticDiff for VS Code and now for GitHub are two things I like to try:

semanticdiff.com/blog/pr-viewe

#softwareengineering #versioncontrol #github #vscode

Last updated 1 year ago

IT-Frettchen 🚲 · @itfrettchen
515 followers · 1296 posts · Server social.linux.pizza

Während das Internetz (sic!) von eine Störung hat, werde ich an der Wohnungstür nach Gott gefragt.
Habe dann alles erlebt, danke.

Nachher fällt mir eine Gegenfrage ein für die Menschen: „Was denken Sie über git?“
Beim nächsten Mal frage ich nach!

#vodafone #internetz #internet #gott #git #tur #zeugen #gotter #versioncontrol #dezentral

Last updated 1 year ago

Venya · @venya
267 followers · 135 posts · Server musicians.today

How do other people do for their Is that a thing?

#versioncontrol #music

Last updated 1 year ago

RJ · @RemeJuan
47 followers · 788 posts · Server fosstodon.org

"How to Clean Up Your Local Repository with Git Commands - DEV Community" dev.to/this-is-learning/how-to

#git #versioncontrol #dev

Last updated 1 year ago

I submitted a PR to update the MacPort for GameofTrees (Got) to version 0.90 since the -portable release came out today:

github.com/macports/macports-p

It passed the build bot/CI checks.

I don't have commit access, so it's up to someone else to merge it.

#gameoftrees #got #macports #opensource #versioncontrol #git

Last updated 1 year ago

willkalming · @willkalming
13 followers · 35 posts · Server dmv.community

Ever find yourself in a situation where you prefer the (dangerous) flexibility of rebasing onto a target branch before merge, but still need to generate merge commits for your more visually git graph-oriented teammates? This seems to work nicely for me:

in .git/config
```
[includeIf "onbranch:branch-glob-*"]
path = merge-ff.config
```

in .git/merge-ff.config
```
[merge]
ff = false
[pull]
ff = only
```

you can also set `pull.ff = true` if you are ok with merge commits on pull. Enjoy!

#git #merging #teamwork #versioncontrol

Last updated 1 year ago

Game of Trees (Got) version 0.90 has been released!

undeadly.org/cgi?action=articl

The CHANGES may be read here for those who don't want the undeadly story version with links to the pertinent man page entries:

gameoftrees.org/releases/CHANG

I'll be keeping an eye out for the -portable release and updating the MacPort Portfile when that is available (there were some Sparc specific fixes recently as well if I recall the mailing list traffic correctly).

#gameoftrees #got #openbsd #opensource #versioncontrol #git

Last updated 1 year ago