Skip to content

A collection of different projects for Raspberry-Pi target.

Notifications You must be signed in to change notification settings

MarwanDawood/RaspberryPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Projects

This repository contains projects deployed over RPi.

Quick guide for Markdown.

Quick guide for Git

  1. Getting lost commits
git reflog
git checkout HEAD@{...}
  1. Adding tag
git tag <tag-name> <first 5 digits of commit> -m "message"
git push origin --tags
  1. Deleting tag
git tag -d <tag-name>
git push origin --tags
  1. keeping the local modifications somehow,
git stash
git pull origin master
  1. deleting a branch
git branch -d <branch_name>
git push origin --delete <branch_name>

About

A collection of different projects for Raspberry-Pi target.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages