Full Stack's Broadcast
@fullstackbroadcast
2.23K
subscribers
9
photos
1
file
1.82K
links
Recurring articles about web development, web design, web trends and everything else which concerns web.
Download Telegram
Join
Full Stack's Broadcast
2.23K subscribers
Full Stack's Broadcast
#Git
https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame
Moxio | Software voor informatiemanagement
Ignoring bulk change commits with
git
blame - Moxio | Software voor informatiemanagement
A long-standing objection to making bulk changes to code using automated tools (e.g. to conform to a given code style) is that it clutters the output of
git
blame. With
git
2.23, this does not have to be the case anymore! In this post I will start by explaining…
Full Stack's Broadcast
#Git
https://about.gitlab.com/blog/2020/03/05/what-is-gitlab-flow/
Gitlab
The problem with
Git
flow
Learn why
Git
flow complicates the lifecycle and discover an alternative to streamline development.
Full Stack's Broadcast
#Git
https://github.blog/2020-07-27-highlights-from-git-2-28/
The GitHub Blog
Highlights from
Git
2.28
The open source
Git
project just released
Git
2.28 with features and bug fixes from over 58 contributors, 13 of them new. We last caught up with you on the latest in
Git
back when
Full Stack's Broadcast
#Git
https://github.blog/2020-12-17-commits-are-snapshots-not-diffs/
The GitHub Blog
Commits are snapshots, not diffs
Git
has a reputation for being confusing. Users stumble over terminology and phrasing that misguides their expectations. This is most apparent in commands that “rewrite history” such as
git
cherry-pick or
git
rebase. In my experience,…
Full Stack's Broadcast
#Git
https://www.atlassian.com/git/tutorials/merging-vs-rebasing
Atlassian
Merging vs. Rebasing | Atlassian
Git
Tutorial
Compare
git
rebase with the related
git
merge command and identify all of the potential opportunities to incorporate rebasing into the typical
Git
workflow