mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

376K
active users

#gitstash

0 posts0 participants0 posts today
Wolf<p>Merge conflicts in <a href="https://hachyderm.io/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> are still the hardest work I have to do related to working on a team (I’m not counting code-review). The things I do to branches are probably more complicated than I need them to be. But I’ve found something else in git that takes effort: managing the <a href="https://hachyderm.io/tags/gitstash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gitstash</span></a>. At this moment I have six entries in my stash. Deciding which ones to keep and which ones to drop and all the commands to manipulate and all the things you can’t do (like renaming entries). Annoying.</p>
:rss: Qiita - 人気の記事<p>【git stash入門|初心者向け】3分で学べる!git stashの基本的な使い方<br><a href="https://qiita.com/wamauuphhh/items/687530c5638605cd0779?utm_campaign=popular_items&amp;utm_medium=feed&amp;utm_source=popular_items" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">qiita.com/wamauuphhh/items/687</span><span class="invisible">530c5638605cd0779?utm_campaign=popular_items&amp;utm_medium=feed&amp;utm_source=popular_items</span></a></p><p><a href="https://rss-mstdn.studiofreesia.com/tags/qiita" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>qiita</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Git</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/GitHub" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHub</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/%E5%88%9D%E5%BF%83%E8%80%85" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>初心者</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/%E5%88%9D%E5%BF%83%E8%80%85%E5%90%91%E3%81%91" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>初心者向け</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/gitstash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gitstash</span></a></p>
aegilops :github::microsoft:<p><span class="h-card"><a href="https://mastodon.social/@joxean" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>joxean</span></a></span> in git I’d just use a branch for this, and use commits.</p><p>You can checkout different branches quickly to switch between different sets of commits you make (e.g. feature branches).</p><p>This SO top answer agrees: <a href="https://stackoverflow.com/questions/3656351/git-for-perforce-users" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">stackoverflow.com/questions/36</span><span class="invisible">56351/git-for-perforce-users</span></a></p><p>You can use git stash too: <a href="https://git-scm.com/docs/git-stash" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">git-scm.com/docs/git-stash</span><span class="invisible"></span></a></p><p>It has a “stack” but you can apply a stash out of order.</p><p>I only use stash as a last resort when I get in a tangle, not as a way to store anything; no tips on workflow.</p><p><a href="https://fosstodon.org/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://fosstodon.org/tags/perforce" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>perforce</span></a> <a href="https://fosstodon.org/tags/GitStash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitStash</span></a></p>