{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "provenance": [], "authorship_tag": "ABX9TyM7t46qWiGO8KBTgGwvfnV0", "include_colab_link": true }, "kernelspec": { "name": "python3", "display_name": "Python 3" }, "language_info": { "name": "python" } }, "cells": [ { "cell_type": "markdown", "metadata": { "id": "view-in-github", "colab_type": "text" }, "source": [ "\"Open" ] }, { "cell_type": "code", "execution_count": 5, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "pOA_FnIPEL_5", "outputId": "d031c78c-c3b2-4e9a-9ce6-995e24f80fcc" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Cloning into 'Hello-World'...\n", "remote: Enumerating objects: 13, done.\u001b[K\n", "remote: Total 13 (delta 0), reused 0 (delta 0), pack-reused 13 (from 1)\u001b[K\n", "Receiving objects: 100% (13/13), done.\n" ] } ], "source": [ "!git clone https://github.com/octocat/Hello-World.git" ] }, { "cell_type": "code", "source": [ "%cd Hello-World" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "g336Chr5FJ--", "outputId": "15f94b83-5090-46a0-8257-6c60e97a66ca" }, "execution_count": 9, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "/content/Hello-World\n" ] } ] }, { "cell_type": "code", "source": [ "!ls" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "IigZ9lnaF10i", "outputId": "2f5aef5f-b95b-42a8-b57c-2db6b066df16" }, "execution_count": 10, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "README\n" ] } ] }, { "cell_type": "code", "source": [ "!git clone https://github.com/simo770/Hello-World.git\n" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "GqQp83gJGFC0", "outputId": "90f2d180-2cc9-4c14-bfad-82767d13e38d" }, "execution_count": 11, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Cloning into 'Hello-World'...\n", "remote: Enumerating objects: 24, done.\u001b[K\n", "remote: Counting objects: 100% (16/16), done.\u001b[K\n", "remote: Compressing objects: 100% (13/13), done.\u001b[K\n", "remote: Total 24 (delta 0), reused 0 (delta 0), pack-reused 8 (from 1)\u001b[K\n", "Receiving objects: 100% (24/24), 8.47 MiB | 18.54 MiB/s, done.\n" ] } ] }, { "cell_type": "code", "source": [ "%cd Hello-World/CS" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "ypCI5aBXGREW", "outputId": "c106c1f8-4e76-4ab1-ca03-993ffc52c25c" }, "execution_count": 15, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "/content/Hello-World/Hello-World/CS\n" ] } ] }, { "cell_type": "code", "source": [ "!ls\n" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "aZyg4uDZGnPS", "outputId": "bf680f58-a5f5-4b8c-b8bf-37823fc784dd" }, "execution_count": 16, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Group1\n" ] } ] } ] }