Go to file
aOK da2d6dd2c2 relay_button_code 2024-06-09 14:17:42 +03:00
src relay_button_code 2024-06-09 14:17:42 +03:00
Cargo.lock relay_button_code 2024-06-09 14:17:42 +03:00
Cargo.toml relay_button_code 2024-06-09 14:17:42 +03:00
LICENSE-APACHE relay_button_code 2024-06-09 14:17:42 +03:00
LICENSE-MIT relay_button_code 2024-06-09 14:17:42 +03:00
README.md relay_button_code 2024-06-09 14:17:42 +03:00
build.rs relay_button_code 2024-06-09 14:17:42 +03:00
rust-toolchain.toml relay_button_code 2024-06-09 14:17:42 +03:00

README.md

Creating a new repository on the command line

touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://gitdab.com/andodeki/relay_button.git git push -u origin main

Pushing an existing repository from the command line

git remote add origin https://gitdab.com/andodeki/relay_button.git git push -u origin main