Advanced Search
Search Results
134 total results found
Showing Your Remotes
To see which remote servers you have configured, you can run the git remote command. It lists the shortnames of each remote handle you’ve specified. If you’ve cloned your repository, you should at least see origin — that is the default name Git gives to the se...
Adding Remote Repositories
We’ve mentioned and given some demonstrations of how the git clone command implicitly adds the origin remote for you. Here’s how to add a new remote explicitly. To add a new remote Git repository as a shortname you can reference easily, run git remote add <...
Fetching and Pulling from Your Remotes
As you just saw, to get data from your remote projects, you can run: $ git fetch <remote> The command goes out to that remote project and pulls down all the data from that remote project that you don’t have yet. After you do this, you should ha...
Pushing to Your Remotes
When you have your project at a point that you want to share, you have to push it upstream. The command for this is simple: git push <remote> <branch>. If you want to push your master branch to your origin server (again, cloning generally sets up b...
Inspecting a Remote
If you want to see more information about a particular remote, you can use the git remote show <remote> command. If you run this command with a particular shortname, such as origin, you get something like this: $ git remote show origin * remote ori...
Renaming and Removing Remotes
You can run git remote rename to change a remote’s shortname. For instance, if you want to rename pb to paul, you can do so with git remote rename: $ git remote rename pb paul $ git remote origin paul It’s worth mentioning that this changes all yo...
Preface
Preface by Scott Chacon Welcome to the second edition of Pro Git. The first edition was published over four years ago now. Since then a lot has changed and yet many important things have not. While most of the core commands and concepts are still valid toda...
Accessibility
Folioz aims to be usable by as many individuals as possible, including those with disabilities or special needs. Creating accessible web content is a requirement in many countries. In order to provide international guidelines, the Web Content Accessibility Gui...
Your Dashboard
Overview You can change certain aspects of your dashboard, namely the user-specific information, but a lot of what you see is static to allow you to quickly access other parts of Folioz. Your homepage is your dashboard from which you can access a numbe...
Main menu navigation
The main menu is visible to all users and allows everyone to navigate to their content, portfolios, and groups. The main menu is the same for everyone Click the Main menu navigation icon to see a drop-down menu with the available options. Clic...
User menu navigation
The user menu is visible to all users. It allows you to access your account settings, inbox, and profile easily. The user menu is available to all users Click your profile picture to be taken to your profile page. Click the Arrow down icon in ...
User-specific information
The default dashboard includes the following blocks: Latest changes I can view My portfolios Inbox Topics I’m following These blocks are filled with content once you start using Folioz and create pages, receive messages from other users, have access to ...
Managing Your Privacy
Postz can be accessed by anyone with an internet connection, but some content is purposefully hidden from sight. The sections below show how members and groups can control privacy by using the granular adjustments available on the site. For more general infor...
Skins
You can create skins yourself, edit them, use other people’s skins, and use them on your portfolio pages and your profile page. Your Skins overview page Click the Create skin button to design a new skin. Click the Import skin(s) button to impor...
SmartEvidence
SmartEvidence allows you to work with competency frameworks in Folioz and associate them automatically with an evidence map for a visualisation of the competencies already gained, in progress, and not yet started. “Competencies” is used in a wide sense here. ...
What is federation?
Federation is a form of decentralization. Instead of a single central node that all people use, there are multiple nodes, that any number of people can use. Grade of centralization Examples Centralized Twitter, Facebook, Instagram Federated E-mail...
The fediverse
Mastodon uses a standardized, open protocol to implement federation. It is called ActivityPub. Any software that likewise implements federation via ActivityPub can seamlessly communicate with Mastodon, just like Mastodon servers communicate with one another. ...
Publishing levels
Level Public timelines Permalink Profile view Home feeds Public ✔ ✔ ✔ ✔ Unlisted ✖ ✔ ✔ ✔ Followers-only ✖ ✖ ✖ ✔ Direct ✖ ✖ ✖ ✖ No matter which level, every mentioned user can see the message in their notifications. Do no...
What is Mastodon?
Implementation: key principles for success
The exemplars within this toolkit were judged to meet the five key principles for successful e-portfolio implementation that was an outcome of a prior study of effective practice (Joyes and Gray, 2010). The key to effective practice as shown in the e-portfoli...