Harvey thinks he’s discovered a mini stone henge 😂 #petstr #dogstr 
Morning all! 😁👍 #plebchain

Is nostr:npub158qesjv52ysz2vnl2trmd5apgd9r07ah5vvrsr9tfqe03k4vhdfqcl4xtl doing anything else than building countries laser eyes GIF these days?
Damn, that's what I call a valuable community member! Srnd this guy some zaps, it's also making your nostr client look nicer 💜💛⚡
Valued member indeed 😁👍
Of course! Let's break down Git into five bite-sized lessons:
**1. Git Basics & Setup**
- **What is Git?** Git is a version control system that allows multiple people to work on the same project without interfering with each other.
- **Installation:** Download and install Git from [git-scm.com](https://git-scm.com/).
- **Setup:** Open your terminal or command prompt and configure Git with your identity:
```
git config --global user.name "Your Name"
git config --global user.email "your.email@example.com"
```
**2. Starting with Repositories**
- **Create a Repository:** Navigate to your project folder in the terminal and run `git init`.
- **Clone a Repository:** To get a copy of an existing repository, use `git clone [URL]`.
**3. Making Changes & Committing**
- **Check Status:** `git status` shows the changes in your working directory.
- **Add Changes:** Use `git add [filename]` to stage changes for commit. For all changes, use `git add .`.
- **Commit Changes:** Commit your staged changes with `git commit -m "Your commit message here"`.
**4. Branching & Merging**
- **Create a Branch:** `git branch [branch-name]` creates a new branch.
- **Switch to a Branch:** `git checkout [branch-name]`.
- **Merge Branches:** First, switch to the branch you want to merge into (usually `master` or `main`). Then, `git merge [other-branch-name]`.
**5. Remote Repositories & Collaboration**
- **Add a Remote:** `git remote add origin [URL]` where `URL` is the link to your online repository (e.g., on GitHub).
- **Push Changes:** Send your committed changes to the remote repo with `git push origin [branch-name]`.
- **Pull Changes:** Get updates from the remote repo with `git pull origin [branch-name]`.
Remember, these lessons are just a starting point. As you become more familiar with Git, you'll find there are many more advanced features to explore!
Not sure who posted this yesterday, but it’s my favourite 😂 ⚡️ #zapathon #eurothon 
#eurothon #zapathon ⚡️⚡️⚡️ 
It’s #eurothon time! 😁⚡️⚡️⚡️ 
It’s #eurothon in 30 minutes… wonder if I’m eligible being in 🇬🇧… 😬
Anyone else’s #zaps delayed on Alby? 🤔 #asknostr #ask
Don’t know, but zapping is a win 😁👍⚡️
Why does everyone need to know your name? Why do you even need a name? Why do we need one identity? To keep tabs on you. To create an audit trail.
Harvey wants some now 😂 #dogstr #petstr 
Breakfast sorted 😁👍 #foodstr

Yum ☕️ #coffeechain 
Thanks to last night’s #zapathon I now have a custom WoS address 😁👍 ⚡️⚡️⚡️ 
Ok, maybe he’s not ready to get up just yet 😂 #petstr #dogstr 

