sudo dnf update
sudo dnf update git
sudo dnf install git-subtree
The default git package on amazonlinux does not contain the script for git-subtree, and so the following fails:
sudo dnf update
sudo dnf update git
sudo dnf install git-subtree
The default git package on amazonlinux does not contain the script for git-subtree, and so the following fails:
# Packages required: | |
# pyobjc-framework-Quartz | |
# pyobjc-framework-UniformTypeIdentifiers | |
from pathlib import Path | |
import Foundation | |
import Quartz | |
import UniformTypeIdentifiers | |
import objc |