triptico.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Ángel Ortega in the fediverse, running snac
Admin email
angel@triptico.com
Admin account
@angel@triptico.com

Search results for tag #git

[?]Monospace Mentor » 🌐
@monospace@floss.social

Git tip: `git bisect` automates finding the commit that introduced a bug. Start with `git bisect start`, mark good/bad commits, and Git will binary search through history to find the culprit.

    [?]Monospace Mentor » 🌐
    @monospace@floss.social

    tip: `git stash push -m "description"` saves work-in-progress with a description. Use `git stash list` to see all stashes, `git stash pop stash@{0}` to apply a specific one.

      [?]Monospace Mentor » 🌐
      @monospace@floss.social

      Git tip: Use `git log --oneline --graph` to visualize your branch history as a simple tree. Helps you understand merge patterns and spot where branches diverged or converged.

        [?]Monospace Mentor » 🌐
        @monospace@floss.social

        Version control best practice: Write commit messages that complete the sentence "If applied, this commit will..." This creates clear, actionable descriptions of what each change does.

          1 ★ 1 ↺

          [?]Ángel » 🌐
          @angel@triptico.com

          We don't need no education
          we don't need no source control