This is a slightly edited version of the original OneDrive Linux client
Podman Container documentation,
adapted to suit the needs of Fedora Atomic desktops.
Git sees every file in your working copy as one of three things:
- tracked - a file which has been previously staged or committed;
- untracked - a file which has not been staged or committed; or
- ignored - a file which Git has been explicitly told to ignore.
Ignored files are usually build artifacts and machine generated files that can be derived from your repository source or should otherwise not be committed. Some common examples are:
- dependency caches, such as the contents of /node_modules or /packages
- compiled code, such as .o, .pyc, and .class files
See what's the block device
[yabbes@x220 ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 298,1G 0 disk
├─sda1 8:1 0 500M 0 part /boot
└─sda2 8:2 0 297,6G 0 part
└─lvm 254:0 0 297,6G 0 crypt
├─vg0-swap 254:1 0 4G 0 lvm [SWAP]
├─vg0-root 254:2 0 46G 0 lvm /
-
Make a bakup from OpenKeychain and transfer it to workstation
-
On the workstation import the key by
NewerOlder