How to Install and Uninstall git-autofixup.noarch Package on Fedora 38

Last updated: October 30,2024

1. Install "git-autofixup.noarch" package

This is a short guide on how to install git-autofixup.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install git-autofixup.noarch

2. Uninstall "git-autofixup.noarch" package

This guide let you learn how to uninstall git-autofixup.noarch on Fedora 38:

$ sudo dnf remove git-autofixup.noarch $ sudo dnf autoremove

3. Information about the git-autofixup.noarch package on Fedora 38

Last metadata expiration check: 1:23:39 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : git-autofixup
Version : 0.003001
Release : 6.fc38
Architecture : noarch
Size : 26 k
Source : git-autofixup-0.003001-6.fc38.src.rpm
Repository : fedora
Summary : Autofixup - create fixup commits for topic branches
URL : https://github.com/torbiak/git-autofixup/
License : Artistic 2.0
Description : git-autofixup parses hunks of changes in the working directory out of \
: git diff output and uses git blame to assign those hunks to commits in \
: ..HEAD, which will typically represent a topic branch, and then \
: creates fixup commits to be used with git rebase --interactive --autosquash. \
: It is assumed that hunks near changes that were previously committed to \
: the topic branch are related.