Git’s branching functionality lets you create new branches of a project.
git branch
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Admin</title> | |
| <link rel="stylesheet" href="/css/admin.css"> | |
| </head> | |
| <body> | |
| <header> | |
| <div> |
| package com.example.myapp; | |
| import androidx.appcompat.app.AppCompatActivity; | |
| import android.os.Bundle; | |
| import android.text.Editable; | |
| import android.text.TextWatcher; | |
| import android.view.View; | |
| import android.widget.AdapterView; | |
| import android.widget.ArrayAdapter; |
| { | |
| "openapi": "3.0.0", | |
| "info": { | |
| "title": "3D Repo IO", | |
| "version": "5.4.2" | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://www.3drepo.io:443/api/v5" | |
| } |