Skip to main content

Git Hub

GitHub

GitHub is a version control and code hosting platform for collaboration. Acquired by Microsoft in 2018, it allows us and others to work from anywhere on multiple projects at once. With the help of GitHub, we can access our code from anywhere and a positive example of this is that if you ever wrote any code or did any productive work and you need it in the future, then you can easily review your work. And together after writing the code once, you will be able to use your work again and again, which will save your precious time and you will also be able to do  productive work.


What is Repository?

A repository contains all our project files and the history of each file modification. We can discuss and manage project work created in our repository.

Basic Step to Create a Repository

Step 1:
  1.  Login to GitHub for more Click me
  2.  Login or Sign Up  
  3.  Successfully Login 
  •     After login successfully you will be in GitHub main page/dashboard. 
Step 2:

After login successfully you will see a new button in the left top side. 

To create a new Repositories you have to click on the new button. 
  1. On clicking it a new window will open on your screen.
  2. Where you get Repository name, Description (optional), Public(Anyone on the internet can see this repository. You choose who can commit.) Private (You choose who can see and commit to this repository.), and Add a README file. Through the README file, we tell about the project so that we / other people can understand what, why and for what purpose we have made it.
  3. After fill all input box then click create Repository.
  4. you have successfully created a  Repository into GitHub.
  5. If you want to create a dir. folder in your repository use "/" operator like "CSS/empty" empty as null to create this folder as CSS so you will see a folder named CSS 

Comments

Popular posts from this blog

Job market for tableau and power bi

Both Tableau and Power BI are highly sought-after skills in the job market due to their popularity and the increasing demand for data visualization and business intelligence professionals. Here's an overview of the job market for Tableau and Power BI: Tableau : Tableau Developer : These professionals are responsible for creating and maintaining interactive dashboards and visualizations using Tableau. They should have strong skills in data analysis, data visualization, and dashboard design. Tableau Consultant : Tableau consultants work with clients to understand their data needs, design effective solutions using Tableau, and provide guidance on best practices for data visualization and analysis. Tableau Administrator : Tableau administrators are responsible for managing the Tableau Server environment, including installation, configuration, security, and performance optimization. They ensure the smooth functioning of Tableau deployments and address any technical issues that arise. Bu...

Filter In Tableau

 Tableau Filter Tableau is a powerful data visualization tool that allows you to create interactive dashboards and reports. One of the key features of Tableau is the ability to filter data in real-time, making it easy to drill down into specific data points and get insights quickly. In this blog, we will focus on the filter feature in Tableau and how it can help you analyze your data more efficiently. What is Filter in Tableau? Filters are a way to refine the data displayed in a visualization. They allow you to control which data is displayed in the view, based on the criteria you specify. You can use filters to exclude or include data, change the date range, filter data by region or category, or any other criteria that makes sense for your data analysis. Tableau offers a range of filter types to suit your needs, including: - Dimension Filters: These filters are used to filter data based on the values in a specific dimension. For example, if you have a sales dashboard, you can use ...

Web data connector

Tableau is a powerful data visualization tool that allows you to connect to and analyze data from various sources, including web data. In this blog, we will focus on the web data connector feature in Tableau, and how it can help you connect to web-based data sources and create interactive dashboards. What is Web Data Connector in Tableau? The web data connector in Tableau is a feature that allows you to connect to data from web-based sources that are not supported by default connectors in Tableau. With the web data connector, you can create custom connections to web-based data sources, including APIs, JSON files, and other web-based data sources. Why Use Web Data Connector in Tableau? The web data connector allows you to access a wide range of web-based data sources that are not natively supported in Tableau. This includes data from social media platforms, news sites, weather APIs, and other web-based data sources. By using the web data connector, you can easily integrate web-based dat...