Skip to content

Instantly share code, notes, and snippets.

View v11ncent's full-sized avatar
🐈

Vince Corradetti v11ncent

🐈
View GitHub Profile
<?php
include __DIR__ . '/vendor/autoload.php';
use Discord\Discord;
use Discord\Parts\Channel\Message;
use Discord\WebSockets\Intents;
use Discord\WebSockets\Event;
// loads our .env
@v11ncent
v11ncent / Basic GitHub Workflow.md
Last active February 9, 2022 19:21
Basic GitHub Workflow

Basic Git & GitHub Workflow

Forking the repository to your GitHub account

Grab a repository and add it to your GitHub account For these examples, we're going to use the "test-repo" in the organization (https://github.com/hungry-franklin-257fd8/test-repo).

  1. Go to the repository that you want to fork.

  2. Near the top right of the screen there will be a "Fork" button. Click it and add it to your account.