Skip to main content

139 Search results for "readme"

GitHub Education / GitHub Classroom / Learn with Classroom /

Viewing your assignment's deadline

You can view the deadline for an assignment at any time through the README of your assignment repository. About assignment deadlines Your teacher can set

GitHub Pages / Set up site with Jekyll /

Adding a theme to your GitHub Pages site using Jekyll

THEME-NAME, replacing THEME-NAME with the name of the theme as shown in the README of the theme's repository. Click Commit changes... In the "Commit message"

GitHub Education / GitHub Classroom / Integrate with an IDE /

Repl.it with GitHub Classroom

the Replit icon on the assignment README will no longer work. We suggest you remove the instructions from any README using the integration and let students

Account and profile / Profiles /

Customizing your profile

picture and adding a bio to your profile. Managing your profile README You can add a README to your GitHub profile to tell other people about yourself. Pinning

Get started / Learn to code /

Getting started with Git

repository with a README to create a blank README.md file automatically. Tip It's standard practice to include a README.md file, also known as a README, in your

Repositories / Manage repository settings / Customize your repository /

Licensing a repository

projects include information about their license in their README. For example, a project's README may include a note saying "This project is licensed

REST API /

REST API endpoints for repositories

Create or update file contents Delete a file Get a repository README Get a repository README for a directory Download a repository archive (tar) Download

Migrations / Import source code / Command line /

Adding locally hosted code to GitHub

repository on GitHub. To avoid errors, do not initialize the new repository with README, license, or gitignore files. You can add these files after your project

Repositories / Archive a repository /

Archiving repositories

recommend that you close all issues and pull requests, as well as update the README file and description, before you archive a repository. Once a repository

Pull requests / Commit changes to your project / Create & edit commits /

Changing a commit message

similar to the following: pick e499d89 Delete CNAME pick 0c39034 Better README pick f7fde4a Change the commit message but push the same commit. # Rebase