sudo mount -t cifs //drive/folder /media/name -o username=xxxx,password=xxxx,uid=1000,gid=1000
Description: This command mounts an ext4 filesystem from device /dev/sdX1 to the directory
/mnt/mount-point with specific user and group ownership, and file/directory permissions.
git init
git add .
git commit -m "Your commit message"
Description: This command initializes a new Git repository in the current directory.
print("Hello, World!")
print("Hello, World!")